Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > ce9205fac38efaa7d1cb4d45be0207a6 > scriptlet

kdeadmin-3.5.4-4.el5.i386.rpm

POSTIN

/bin/sh
for icon_theme in crystalsvg hicolor locolor ; do
  touch --no-create /usr/share/icons/${icon_theme} 2> /dev/null ||:
  gtk-update-icon-cache -q /usr/share/icons/${icon_theme} 2> /dev/null ||:
done
update-desktop-database /usr/share/applications > /dev/null 2>&1 || :

POSTUN

/bin/sh
for icon_theme in crystalsvg hicolor locolor ; do
  touch --no-create /usr/share/icons/${icon_theme} 2> /dev/null ||:
  gtk-update-icon-cache -q /usr/share/icons/${icon_theme} 2> /dev/null ||:
done
update-desktop-database /usr/share/applications > /dev/null 2>&1 || :