Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > f3d94a468fb1f4f88d1f14be47588628 > scriptlet

homebank-4.4-1.fc15.i686.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 || :