repo.or.cz
/
awish.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configure fixes, N900 fixes
[awish.git]
/
debian
/
awish.postinst
blob
f4d8a5a7fdbadcecb337d4de3f21c839edea9d49
1
#! /bin/sh
2
3
set -e
4
5
case
"
$1
"
in
6
configure|abort-upgrade
)
7
[ !
-x
/
usr
/
bin
/
gtk-update-icon-cache
]
|| \
8
/
usr
/
bin
/
gtk-update-icon-cache
-f
/
usr
/
shar
e
/
icons
/
hicolor
9
;;
10
esac
11
12
#DEBHELPER#