summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-05 14:43:14 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-05 14:43:14 +0200
commit1ca02a5c2e20f669612005a5b29ef11d510125bd (patch)
treee1f5fd73340027852626db16a0eba45eb44d1ac6 /desktop
parente37c63a1d73fadee4fbd2e2b6650f5d1a23d0e50 (diff)
drop unused scripts
Change-Id: Icf4526214d9cfaaa9fe41b40b662c1e3bd9e6960
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Package_scripts.mk3
-rwxr-xr-xdesktop/scripts/mozwrapper.sh25
-rwxr-xr-xdesktop/scripts/smaster.sh4
-rwxr-xr-xdesktop/scripts/sweb.sh4
4 files changed, 0 insertions, 36 deletions
diff --git a/desktop/Package_scripts.mk b/desktop/Package_scripts.mk
index b34e8e9196c4..aa6dc5d8b380 100644
--- a/desktop/Package_scripts.mk
+++ b/desktop/Package_scripts.mk
@@ -16,14 +16,11 @@ $(eval $(call gb_Package_add_file,desktop_scripts,bin/ure-link,ure-link))
else
$(eval $(call gb_Package_add_file,desktop_scripts,bin/gdbtrace,gdbtrace))
-$(eval $(call gb_Package_add_file,desktop_scripts,bin/mozwrapper,mozwrapper.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/sbase,sbase.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/scalc,scalc.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/sdraw,sdraw.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/simpress,simpress.sh))
-$(eval $(call gb_Package_add_file,desktop_scripts,bin/smaster,smaster.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/smath,smath.sh))
-$(eval $(call gb_Package_add_file,desktop_scripts,bin/sweb,sweb.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/swriter,swriter.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/unoinfo,unoinfo.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/unopkg,unopkg.sh))
diff --git a/desktop/scripts/mozwrapper.sh b/desktop/scripts/mozwrapper.sh
deleted file mode 100755
index d8f880b18664..000000000000
--- a/desktop/scripts/mozwrapper.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-# 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
diff --git a/desktop/scripts/smaster.sh b/desktop/scripts/smaster.sh
deleted file mode 100755
index ed9b09d51279..000000000000
--- a/desktop/scripts/smaster.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cmd=`dirname "$0"`/soffice
-exec "$cmd" --global "$@"
diff --git a/desktop/scripts/sweb.sh b/desktop/scripts/sweb.sh
deleted file mode 100755
index a365392584b6..000000000000
--- a/desktop/scripts/sweb.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cmd=`dirname "$0"`/soffice
-exec "$cmd" --web "$@"