ArchLinux/pkgbuild/dispcalgui/dispcalgui.install

20 lines
430 B
Plaintext
Raw Normal View History

2011-06-13 22:20:23 +02:00
# arg 1: the new package version
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade(){
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_remove() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
# vim:set ts=2 sw=2 et: