Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 727709b6ad3be864c370b8c7853e9d11 > scriptlet

firefox-38.1.1-1.mga5.x86_64.rpm

PREIN

/bin/sh
if [ -d /usr/lib64/firefox-38.1.1/dictionaries ]; then
    rm -fr /usr/lib64/firefox-38.1.1/dictionaries
fi

POSTIN

/bin/sh
if [ ! -r /etc/sysconfig/oem ]; then
  case `grep META_CLASS /etc/sysconfig/system` in
    *powerpack) bookmark="mozilla-powerpack.html" ;;
    *desktop) bookmark="mozilla-one.html";;
    *) bookmark="mozilla-download.html";;
  esac
  ln -s -f /usr/share/mga/bookmarks/mozilla/$bookmark  /usr/lib64/firefox-38.1.1/browser/defaults/profile/bookmarks.html
fi