Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 8460ce40859aa0ef29ee91c534a0d966 > scriptlet

firefox-38.0.1-2.el5_11.i386.rpm

PREUN

/bin/sh
# is it a final removal?
if [ $1 -eq 0 ]; then
  /bin/rm -rf /usr/lib/firefox/components
  /bin/rm -rf /usr/lib/firefox/extensions
  /bin/rm -rf /usr/lib/firefox/langpacks
  /bin/rm -rf /usr/lib/firefox/plugins
fi

POSTIN

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

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 || :