3 ## arg 1: the new package version
5 usr/sbin/gconfpkg --install "${pkgname}"
6 gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
7 update-desktop-database -q
10 ## arg 1: the new package version
11 ## arg 2: the old package version
16 ## arg 1: the new package version
17 ## arg 2: the old package version
22 ## arg 1: the old package version
24 usr/sbin/gconfpkg --uninstall "${pkgname}"
27 ## arg 1: the old package version
29 gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
30 update-desktop-database -q
33 # vim:set ts=2 sw=2 et: