Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 4086571cd8d2b3eaf8b24e59cefc8f65 > scriptlet

firefox-24.5.0-1.el5_10.x86_64.rpm

PREUN

/bin/sh
# is it a final removal?
if [ $1 -eq 0 ]; then
  /bin/rm -rf /usr/lib64/firefox/components
  /bin/rm -rf /usr/lib64/firefox/extensions
  /bin/rm -rf /usr/lib64/firefox/langpacks
  /bin/rm -rf /usr/lib64/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 || :