- remove unneeded init scripts
This commit is contained in:
Stephan Raue 2010-02-04 21:10:53 +01:00
parent 589c400fb2
commit 446e5a99c6

View File

@ -1,18 +0,0 @@
#!/bin/sh
#
# configure Pango Modules
#
# runlevels: openelec, text, debug
. /etc/sysconfig
FILE=/etc/pango/pango.modules
if [ ! -e ${FILE} ]; then
progress "setting up Pango"
mkdir -p $(dirname ${FILE})
pango-querymodules > ${FILE}
fi
exit 0