1 2 3 4 5 6 7 8 9 10 11
## arg 1: the new package version post_install() { gtk-update-icon-cache -q /usr/share/icons/hicolor } ## arg 1: the old package version post_remove() { gtk-update-icon-cache -q /usr/share/icons/hicolor } # vim:set ts=2 sw=2 et: