wok diff python-pypdf/receipt @ rev 18888

Add aurorials-theme and madeirado-theme (Art by Leonardo Laporte, theme switchers mine)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 12 15:51:10 2016 +0200 (2016-02-12)
parents 1067bb7f1e24
children bd5c540d4199
line diff
     1.1 --- a/python-pypdf/receipt	Wed Dec 16 15:49:50 2015 +0100
     1.2 +++ b/python-pypdf/receipt	Fri Feb 12 15:51:10 2016 +0200
     1.3 @@ -29,6 +29,6 @@
     1.4  # Remove old package.
     1.5  post_install()
     1.6  {
     1.7 -	[ ! -d $1/var/lib/tazpkg/installed/pypdf ] ||
     1.8 -	rm -rf $1/var/lib/tazpkg/installed/pypdf
     1.9 +	[ ! -d "$1/var/lib/tazpkg/installed/pypdf" ] ||
    1.10 +	rm -rf "$1/var/lib/tazpkg/installed/pypdf"
    1.11  }