Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 04c2a2e379b58a7bbaf31a6c91688e6f > scriptlet

firefox-3.6.3-0.3mdv2009.1.x86_64.rpm

POSTIN

/bin/sh
unset DISPLAY
/usr/lib64/firefox-3.6.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/lib64/firefox-3.6.3/defaults/profile/bookmarks.html
fi