Commit 49a45564 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libgtk2: init script: make sure /etc/gtk-2.0 exists

parent 01bcd032
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
	;;