Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 80c30611d6acc91f02f63fcc6db7eb3b > scriptlet

firefox-10.0.6-1.mga1.i586.rpm

PREIN

/bin/sh
if [ -d /usr/lib/firefox-10.0.6/dictionaries ]; then
    rm -fr /usr/lib/firefox-10.0.6/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 ../../../../share/mga/bookmarks/mozilla/$bookmark  /usr/lib/firefox-10.0.6/defaults/profile/bookmarks.html
fi