Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > b09c8fa8a2a03e3bd6312283a8d7fec9 > scriptlet

nautilus-beesu-manager-1.7-3.fc14.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