wok diff python-pypdf/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents 4ef02fcb1f59
children 2a5cc8208d36
line diff
     1.1 --- a/python-pypdf/receipt	Thu Jun 11 23:07:48 2009 +0000
     1.2 +++ b/python-pypdf/receipt	Tue Feb 01 03:25:21 2011 +0000
     1.3 @@ -26,3 +26,8 @@
     1.4  	cp -a $_pkg/usr $fs
     1.5  }
     1.6  
     1.7 +# Remove old package.
     1.8 +post_install()
     1.9 +{
    1.10 +	rm -rf $1/var/lib/tazpkg/installed/pypdf
    1.11 +}