Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > 9822310024d9c2ac8744df39f6583bfd > scriptlet

libreoffice-core-4.2.8.2-2.fc20.i686.rpm

POSTIN

/bin/sh
update-mime-database /usr/share/mime &> /dev/null || :
update-desktop-database /usr/share/applications &> /dev/null || :
for theme in hicolor locolor; do
    touch --no-create /usr/share/icons/$theme &>/dev/null || :
done

POSTUN

/bin/sh
update-mime-database /usr/share/mime &> /dev/null || :
update-desktop-database /usr/share/applications &> /dev/null || :
if [ $1 -eq 0 ] ; then
    for theme in hicolor locolor; do
        touch --no-create /usr/share/icons/$theme &>/dev/null || :
        gtk-update-icon-cache -q /usr/share/icons/$theme &>/dev/null || :
    done
fi

POSTTRANS

/bin/sh
for theme in hicolor locolor; do
    gtk-update-icon-cache -q /usr/share/icons/$theme &>/dev/null || :
done