mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
pango:
- remove unneeded init scripts
This commit is contained in:
parent
589c400fb2
commit
446e5a99c6
@ -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
|
Loading…
x
Reference in New Issue
Block a user