]> git.pld-linux.org Git - packages/mozilla-firefox-bin.git/blobdiff - mozilla-firefox-bin.sh
- use system sqlite and dictionaries
[packages/mozilla-firefox-bin.git] / mozilla-firefox-bin.sh
index 9e5d321f4c53199ad0068fd95a84c29881cf26eb..3d6e8e1d0b758643b558013d16dd9c68640e6b79 100644 (file)
@@ -35,7 +35,7 @@ fi
 # compreg.dat and/or chrome.rdf will screw things up if it's from an
 # older version.  http://bugs.gentoo.org/show_bug.cgi?id=63999
 for f in ~/{.,.mozilla/}firefox/*/{compreg.dat,chrome.rdf,XUL.mfasl}; do
-       if [[ -f ${f} && ${f} -ot /usr/bin/mozilla-firefox ]]; then
+       if [[ -f ${f} && ${f} -ot /usr/bin/mozilla-firefox-bin ]]; then
                echo "Removing ${f} leftover from older firefox"
                rm -f "${f}"
        fi
@@ -55,6 +55,7 @@ else
                if [ -f "`pwd`/$1" ]; then
                        exec $FIREFOX "file://`pwd`/$1"
                else
+                       pkill -f mozilla-firefox-bin
                        exec $FIREFOX "$@"
                fi
        else
This page took 0.038157 seconds and 4 git commands to generate.