Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 33f1e4e151e109da14bef2b908e0832d > scriptlet

firefox-24.5.0-1.mga3.i586.rpm

PREIN

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