Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 9557615a5f01223a1ae068b3a7c63fd4 > scriptlet

gnome-cups-manager-0.31-4mdv2007.0.x86_64.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