Update gtk to 2.12.11 and add init script which calls gdk-pixbuf-query-loaders
on the target system. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12476 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
XOrg/lib/gtk2/files/gdk-pixbuf-query-loaders.init
Executable file
12
XOrg/lib/gtk2/files/gdk-pixbuf-query-loaders.init
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
|
||||
START=99
|
||||
FILE=/etc/gtk-2.0/gdk-pixbuf.loaders
|
||||
|
||||
start() {
|
||||
if [ ! -e ${FILE} ]; then
|
||||
mkdir -p $(dirname ${FILE})
|
||||
gdk-pixbuf-query-loaders > ${FILE}
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user