Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 397ea00bd2e0ed84e4a20e6c6439a574 > scriptlet

xarchiver-0.5.2-10.fc14.i686.rpm

POSTIN

/bin/sh
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
update-desktop-database &> /dev/null || :

POSTUN

/bin/sh
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
update-desktop-database &> /dev/null || :

POSTTRANS

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