1 ## arg 1: the new package version
3 test -x /usr/bin/gtk-update-icon-cache && /usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
6 ## arg 1: the new package version
7 ## arg 2: the old package version
9 test -x /usr/bin/gtk-update-icon-cache && /usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
12 ## arg 1: the old package version
14 test -x /usr/bin/gtk-update-icon-cache && /usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
17 # vim:set ts=2 sw=2 et: