Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 0695ccb3e93d07b1f9360190b4e1cf38 > scriptlet

spring-0.82.5.1-1.fc14.i686.rpm

POSTIN

/bin/sh
# Icons
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
    /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi
# MimeType entry in the desktop file
update-desktop-database &> /dev/null || :
# MIME package
update-mime-database /usr/share/mime &> /dev/null || :

POSTUN

/bin/sh
# Icons
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
    /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi
# MimeType entry in the desktop file
update-desktop-database &> /dev/null || :
# MIME package
update-mime-database /usr/share/mime &> /dev/null || :