Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > fa7aa3ce791a9dff9737ab35ba1a029b > scriptlet

elementary-icon-theme-3.1-4.mga5.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