aboutsummaryrefslogtreecommitdiff
path: root/patches/mozilla-firefox/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/mozilla-firefox/doinst.sh')
-rw-r--r--patches/mozilla-firefox/doinst.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/patches/mozilla-firefox/doinst.sh b/patches/mozilla-firefox/doinst.sh
deleted file mode 100644
index e716135b..00000000
--- a/patches/mozilla-firefox/doinst.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-
-FIREFOXDIR=usr/lib64/firefox-VERSION
-REGXPCOM=../../../$FIREFOXDIR/regxpcom
-FIREFOX=../../../$FIREFOXDIR/firefox-bin
-
-# Register the default extensions
-( cd $FIREFOXDIR && ./run-mozilla.sh $REGXPCOM && ./run-mozilla.sh $FIREFOX -register )