Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > 415b4ec7518898edced1d70d526322e7 > scriptlet

edugraphe-1.1-1mdv2010.2.noarch.rpm

POSTIN

/bin/sh
#update icon cache
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor;
fi
update-desktop-database &> /dev/null || :

POSTUN

/bin/sh
# update icon cache
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor;
fi
update-desktop-database &> /dev/null || :