diff mbox

pango: remove initscript

Message ID 1444871493-6802-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Oct. 15, 2015, 1:11 a.m. UTC
pango-querymodules is deprecated/removed, so ditch the initscript.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/pango/S25pango | 20 --------------------
 package/pango/pango.mk |  5 -----
 2 files changed, 25 deletions(-)
 delete mode 100644 package/pango/S25pango

Comments

Thomas Petazzoni Oct. 15, 2015, 7:40 a.m. UTC | #1
Dear Gustavo Zacarias,

On Wed, 14 Oct 2015 22:11:33 -0300, Gustavo Zacarias wrote:
> pango-querymodules is deprecated/removed, so ditch the initscript.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/pango/S25pango | 20 --------------------
>  package/pango/pango.mk |  5 -----
>  2 files changed, 25 deletions(-)
>  delete mode 100644 package/pango/S25pango

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/pango/S25pango b/package/pango/S25pango
deleted file mode 100644
index 9af9307..0000000
--- 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 19d6509..6c96cd3 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))