wok rev 7772

Make sure /etc/gtk-2.0 folder exist in gtk+ post_install.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 23 00:45:09 2010 +0000 (2010-12-23)
parents dde604dad060
children 2a405464f5b8
files gtk+/receipt
line diff
     1.1 --- a/gtk+/receipt	Wed Dec 22 21:23:10 2010 +0000
     1.2 +++ b/gtk+/receipt	Thu Dec 23 00:45:09 2010 +0000
     1.3 @@ -58,6 +58,9 @@
     1.4  {
     1.5  	local arg
     1.6  	echo "Processing post-install commands..."
     1.7 +	if [ ! -d $1/etc/gtk-2.0 ];
     1.8 +		mkdir -p $1/etc/gtk-2.0
     1.9 +	fi
    1.10  	chroot $1/ /usr/bin/gtk-query-immodules-2.0 > $1/etc/gtk-2.0/gtk.immodules
    1.11  	# Force reinstall of clearlooks theme (1.0 compatibilty until
    1.12  	# clearlooks are updated)