Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 7c18b7add9ec951b169df83b18e19bfd > scriptlet

firefox-31.7.0-1.mga5.x86_64.rpm

PREIN

/bin/sh
if [ -d /usr/lib64/firefox-31.7.0/dictionaries ]; then
    rm -fr /usr/lib64/firefox-31.7.0/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-31.7.0/browser/defaults/profile/bookmarks.html
fi