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

View File

@ -1,18 +0,0 @@
#!/bin/sh
#
# configure GDK Pixbuf Loaders
#
# runlevels: openelec, text, debug
. /etc/sysconfig
FILE=/etc/gtk-2.0/gdk-pixbuf.loaders
if [ ! -e ${FILE} ]; then
progress "setting up GTK"
mkdir -p $(dirname ${FILE})
gdk-pixbuf-query-loaders > ${FILE}
fi
exit 0