Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 76e27f65b370c9e71dc618bf652134fd > scriptlet

elementary-icon-theme-2.4-1mdv2010.2.noarch.rpm

POSTIN

/bin/sh
 if [ -x /usr/bin/gtk-update-icon-cache ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/%{1} || true; fi

POSTUN

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