PKGBUILDs/community/gimmie/gimmie.install
2009-10-09 21:15:33 -05:00

13 lines
330 B
Text

post_install() {
[ -e /usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
[ -e /usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}