Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 59669cd753e871c99fd2e717c25b50cc > scriptlet

gnome-themes-extras-2.22.0-11.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/Foxtrot || true; fi 

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

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

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

POSTUN

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

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

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

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