Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > ac5078adb454ac83155e7319d65175cc > scriptlet

firefox-3.0.3-2mdv2009.0.i586.rpm

POSTIN

/bin/sh
unset DISPLAY
/usr/lib/firefox-3.0.3/firefox-rebuild-databases.pl
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-3.0.3/defaults/profile/bookmarks.html
fi