Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 5a8629d13664a1058f915eea3e27662a > scriptlet

homebank-4.4-3.1.mga3.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 || :