Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > contrib-updates > by-pkgid > a58e6059fb3faac3fa0b98ddc5e84b0e > scriptlet

xfce-utils-4.4.2-25mdv2008.1.i586.rpm

POSTIN

/bin/sh
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 

if [ -x /usr/bin/gtk-update-icon-cache ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true; fi

POSTUN

/bin/sh
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 

if [ -x /usr/bin/gtk-update-icon-cache -a -r /usr/share/icons/hicolor/index.theme ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true ; fi