wok-next diff python-docutils/receipt @ rev 3715

Add: libftdi
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:47:16 2009 +0000 (2009-07-21)
parents 3ddae3115974
children 5519da658874
line diff
     1.1 --- a/python-docutils/receipt	Fri Jun 12 00:07:46 2009 +0000
     1.2 +++ b/python-docutils/receipt	Tue Jul 21 11:47:16 2009 +0000
     1.3 @@ -27,3 +27,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/docutils
    1.11 +}