wok-6.x diff python-docutils/receipt @ rev 3548

Add ssmtp
author Liu Peng <rocky@slitaz.org>
date Tue Jun 23 12:32:41 2009 +0800 (2009-06-23)
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 Jun 23 12:32:41 2009 +0800
     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 +}