Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > media > contrib-release > by-pkgid > 7198b2b321dfffb75a232f4a914be0fb > scriptlet

xfce-utils-4.4.1-7mdv2008.0.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