summaryrefslogtreecommitdiff
path: root/firefox-xremote-client.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-08-07 08:37:27 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-08-07 08:37:27 +0000
commit488b80a4098c8931217529b9cd0c609d4a72b5ee (patch)
tree4808e9bfe2cd013e75f91974ca97e9fa07c2f63c /firefox-xremote-client.sh.in
parentremoved plugin configuration utility (diff)
downloadlibrewolf-fedora-ff-488b80a4098c8931217529b9cd0c609d4a72b5ee.tar.gz
librewolf-fedora-ff-488b80a4098c8931217529b9cd0c609d4a72b5ee.tar.bz2
librewolf-fedora-ff-488b80a4098c8931217529b9cd0c609d4a72b5ee.zip
remote script update
Diffstat (limited to 'firefox-xremote-client.sh.in')
-rw-r--r--firefox-xremote-client.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-xremote-client.sh.in b/firefox-xremote-client.sh.in
index f6ac338..806810a 100644
--- a/firefox-xremote-client.sh.in
+++ b/firefox-xremote-client.sh.in
@@ -11,7 +11,7 @@ export MOZILLA_FIVE_HOME
## Select the propper plugin dir
## Wrapped plug-ins are located in /lib/mozilla/plugins-wrapped
##
-if [ -x "$MOZ_LIB_DIR/nspluginwrapper/npviewer" ]
+if [ -x "/usr/bin/mozilla-plugin-config" ]
then
MOZ_PLUGIN_DIR="plugins-wrapped"
else
bgstack15