mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
gtk+:
- remove unneeded init scripts
This commit is contained in:
parent
3bd487df37
commit
589c400fb2
@ -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
|
Loading…
x
Reference in New Issue
Block a user