mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00: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
|
case "$1" in
|
||||||
start|"")
|
start|"")
|
||||||
if [ ! -f "$FILE" ] ; then
|
if [ ! -f "$FILE" ] ; then
|
||||||
|
mkdir -p /etc/gtk-2.0
|
||||||
/usr/bin/gdk-pixbuf-query-loaders > "$FILE"
|
/usr/bin/gdk-pixbuf-query-loaders > "$FILE"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user