Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 96756adcb11a643516018c06e50458cc > scriptlet

firefox-45.2.0-1.mga5.x86_64.rpm

PREIN

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