Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 8ffd6a742813ed341ba324d77a0ab565 > scriptlet

firefox-38.2.1-1.mga5.x86_64.rpm

PREIN

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