updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / krb5-auth-dialog / krb5-auth-dialog.install
blob90bb8a2bd89cd9973d80a159259b4349567f2c24
1 available() {
2         which "$1" >/dev/null 2>&1
5 printinfo() {
6 cat <<EOF
7   
8   If you experience problems with missing icons under KDE
9   please try to remove icon caches under
10      /var/tmp/kdecache-USER/kpc/kde-icon-cache.*
11   and
12      ~/.kde/kdecache-MACHINE/kpc/kde-icon-cache.*
13   
14 EOF
17 updateiconcache() {
18         touch --no-create /usr/share/icons/hicolor
20         if available gtk-update-icon-cache
21         then
22                 gtk-update-icon-cache -tq /usr/share/icons/hicolor
23         fi
26 ## arg 1:  the new package version
27 post_install() {
28         printinfo
29         updateiconcache
32 ## arg 1:  the new package version
33 ## arg 2:  the old package version
34 post_upgrade() {
35         post_install $1
38 ## arg 1:  the old package version
39 post_remove() {
40         updateiconcache