Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > e8fc86a83ad15c97ce81437777f4f237 > scriptlet

firefox-10.0.5-0.1mdv2010.2.i586.rpm

POSTIN

/bin/sh
unset DISPLAY
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/mdk/bookmarks/mozilla/$bookmark  /usr/lib/firefox-10.0.5/defaults/profile/bookmarks.html
fi