Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 993f702bc3a4c80e84177b202c214e72 > scriptlet

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