mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 16:23:25 +08:00
libgtk2: init script: make sure /etc/gtk-2.0 exists
This commit is contained in:
parent
01bcd0320e
commit
49a455645e
@ -7,6 +7,7 @@ FILE=/etc/gtk-2.0/gdk-pixbuf.loaders
|
||||
case "$1" in
|
||||
start|"")
|
||||
if [ ! -f "$FILE" ] ; then
|
||||
mkdir -p /etc/gtk-2.0
|
||||
/usr/bin/gdk-pixbuf-query-loaders > "$FILE"
|
||||
fi
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user