wok-next diff python-pil/receipt @ rev 19311

Make "yad" the virtual package with real options: "yad-gtk2" and "yad-gtk3"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 12 02:38:19 2016 +0300 (2016-07-12)
parents 1067bb7f1e24
children 0677a57c3040
line diff
     1.1 --- a/python-pil/receipt	Wed Dec 16 15:49:50 2015 +0100
     1.2 +++ b/python-pil/receipt	Tue Jul 12 02:38:19 2016 +0300
     1.3 @@ -31,6 +31,6 @@
     1.4  # Remove old package.
     1.5  post_install()
     1.6  {
     1.7 -	[ ! -d $1/var/lib/tazpkg/installed/pil ] ||
     1.8 -	rm -rf $1/var/lib/tazpkg/installed/pil
     1.9 +	[ ! -d "$1/var/lib/tazpkg/installed/pil" ] ||
    1.10 +	rm -rf "$1/var/lib/tazpkg/installed/pil"
    1.11  }