Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 36e61dc5dfca052f995f3abb57969640 > scriptlet

firefox-38.2.1-1.mga5.i586.rpm

PREIN

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