Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 28e48114a0295e04300bcd70148976e5 > scriptlet

Thunar-1.2.1-5.fc15.x86_64.rpm

PREIN

/bin/sh
for target in /usr/share/doc/Thunar/html/*/images
do
       if [ -d $target ]
       then
               rm -rf $target
       fi
done

POSTIN

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

POSTUN

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

POSTTRANS

/bin/sh
gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :