summaryrefslogtreecommitdiff
path: root/desktop/scripts/mozwrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/mozwrapper.sh')
-rwxr-xr-xdesktop/scripts/mozwrapper.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop/scripts/mozwrapper.sh b/desktop/scripts/mozwrapper.sh
deleted file mode 100755
index 89b6415358..0000000000
--- a/desktop/scripts/mozwrapper.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# if mozilla is not found, specify full path here
-MOZILLA=mozilla
-
-if ${MOZILLA} -remote "openURL($1,new-window)" 2>&1 | egrep -si "not running on display"; then
- ${MOZILLA} $1
-fi