Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 6e5b0b6084ded1f47d4193ae2ce89bc3 > scriptlet

nemo-beesu-manager-1.8-1.mga4.noarch.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor &>/dev/null || :
update-desktop-database &> /dev/null ||:

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
    touch --no-create /usr/share/icons/hicolor &>/dev/null
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
    gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :
    fi
fi
update-desktop-database &>/dev/null || :

POSTTRANS

/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then
    gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :
fi