Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 019049f778a49c36fc3fbf2af6b93f19 > scriptlet

elementary-icon-theme-5.0.3-2.mga7.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