4 usr/sbin/gconfpkg --install ${pkgname}
5 update-desktop-database -q
6 if [ -e `which gtk-update-icon-cache` -a -d /usr/share/icons/hicolor ]; then
7 gtk-update-icon-cache --quiet /usr/share/icons/hicolor
20 usr/sbin/gconfpkg --uninstall ${pkgname}
24 update-desktop-database -q
25 if [ -e `which gtk-update-icon-cache` -a -d /usr/share/icons/hicolor ]; then
26 gtk-update-icon-cache --quiet /usr/share/icons/hicolor