Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b3f569dbbf8047621ea7dc1f48bf916d > scriptlet

firefox-24.8.0-1.mga4.x86_64.rpm

PREIN

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