Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1e7f0d3ee05b436d95b6e7f1c5ef89cc > scriptlet

homebank-3.8-1mdv2009.0.i586.rpm

POSTIN

/bin/sh
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-mime-database /usr/share/mime &> /dev/null || :
update-desktop-database &> /dev/null || :

POSTUN

/bin/sh
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-mime-database /usr/share/mime &> /dev/null || :
update-desktop-database &> /dev/null || :