summaryrefslogtreecommitdiff
path: root/package/pango
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-10-14 22:11:33 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-15 09:39:36 +0200
commit6c59216f154e83521628068bb12994fe28894894 (patch)
treeaf0994ee973ee565114f735598c87fa026aa8d22 /package/pango
parentbb41933d3642f44c8d2db07886b2e5bf18b97fad (diff)
pango: remove initscript
pango-querymodules is deprecated/removed, so ditch the initscript. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pango')
-rw-r--r--package/pango/S25pango20
-rw-r--r--package/pango/pango.mk5
2 files changed, 0 insertions, 25 deletions
diff --git a/package/pango/S25pango b/package/pango/S25pango
deleted file mode 100644
index 9af9307c4..000000000
--- a/package/pango/S25pango
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# run pango-querymodules if needed
-
-FILE=/etc/pango/pango.modules
-
-case "$1" in
- start|"")
- if [ ! -f $FILE ] ; then
- mkdir -p /etc/pango
- /usr/bin/pango-querymodules > "$FILE"
- fi
- ;;
- stop)
- ;;
- *)
- echo "Usage: $0 {start|stop}" >&2
- exit 1
- ;;
-esac \ No newline at end of file
diff --git a/package/pango/pango.mk b/package/pango/pango.mk
index 19d650928..6c96cd363 100644
--- a/package/pango/pango.mk
+++ b/package/pango/pango.mk
@@ -97,10 +97,5 @@ PANGO_DEPENDENCIES += xlib_libXft xlib_libXrender
PANGO_CONF_OPTS += --with-xft
endif
-define PANGO_INSTALL_INIT_SYSV
- $(INSTALL) -m 755 -D package/pango/S25pango \
- $(TARGET_DIR)/etc/init.d/S25pango
-endef
-
$(eval $(autotools-package))
$(eval $(host-autotools-package))