Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 28144d1f9eb386b0fad6791ec80e0031 > scriptlet

gnome-cups-manager-0.31-4mdv2007.0.i586.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ "$1" = "0" ]; then
  gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor
fi