Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 0177e89856a2bd25c39a7fbdf291db2b > scriptlet

kdeadmin-3.5.4-4.el5.x86_64.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 || :