From dc69684e5855a30c5e49f65ed095376107c26243 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 18 Mar 2009 22:39:09 +0000 Subject: pango: generate pango.modules at build time rather than run time Generate pango.modules using the host tools instead of setting up an init script to do it at run time. Also apply patches to host build to get identical pango.modules file. --- package/pango/S25pango | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/pango/S25pango (limited to 'package/pango/S25pango') diff --git a/package/pango/S25pango b/package/pango/S25pango deleted file mode 100644 index 69b2c1c19..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 -- cgit v1.2.3