summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-02 17:28:43 +0100
committerMichael Stahl <mstahl@redhat.com>2016-03-02 17:29:59 +0100
commit16a87cb29ec007ae7bed8d4116f1d6e3dd36a175 (patch)
tree751e1124f512c6fca0586af1cb2a7dc91f7152a4 /shell
parent8ba5369032202fd727cbf1af61284fdb5e3f4ec7 (diff)
shell, scp2: clean up empty script packages
Change-Id: I93abddac491578d470f85bf3e814a0d7a91f0351
Diffstat (limited to 'shell')
-rw-r--r--shell/Module_shell.mk3
-rw-r--r--shell/Package_scripts.mk12
-rw-r--r--shell/Package_scripts_kde.mk12
-rw-r--r--shell/Package_scripts_tde.mk12
4 files changed, 0 insertions, 39 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index d0a3318ca15c..17661e9aa210 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -105,9 +105,6 @@ endif
ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \
- Package_scripts \
- Package_scripts_kde \
- Package_scripts_tde \
))
endif
diff --git a/shell/Package_scripts.mk b/shell/Package_scripts.mk
deleted file mode 100644
index 6962fe5567e4..000000000000
--- a/shell/Package_scripts.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# 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/.
-#
-
-$(eval $(call gb_Package_Package,shell_scripts,$(SRCDIR)/shell/source/unix/misc))
-
-# vim: set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/shell/Package_scripts_kde.mk b/shell/Package_scripts_kde.mk
deleted file mode 100644
index 4dc1cf5bcdae..000000000000
--- a/shell/Package_scripts_kde.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# 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/.
-#
-
-$(eval $(call gb_Package_Package,shell_scripts_kde,$(SRCDIR)/shell/source/unix/misc))
-
-# vim: set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/shell/Package_scripts_tde.mk b/shell/Package_scripts_tde.mk
deleted file mode 100644
index d73d82417b2e..000000000000
--- a/shell/Package_scripts_tde.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# 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/.
-#
-
-$(eval $(call gb_Package_Package,shell_scripts_tde,$(SRCDIR)/shell/source/unix/misc))
-
-# vim: set shiftwidth=4 tabstop=4 noexpandtab: