wok diff python-mysql/receipt @ rev 4441

Update: gettext (build_depends and depends)
author Matthew Sheets <rcx@zoominternet.net>
date Tue Nov 03 10:45:00 2009 +0000 (2009-11-03)
parents 3282067b4a20
children 2a19d6b11178
line diff
     1.1 --- a/python-mysql/receipt	Thu Jun 11 23:51:02 2009 +0000
     1.2 +++ b/python-mysql/receipt	Tue Nov 03 10:45:00 2009 +0000
     1.3 @@ -28,3 +28,8 @@
     1.4  	cp -a $_pkg/usr/lib $fs/usr
     1.5  }
     1.6  
     1.7 +# Remove old package.
     1.8 +post_install()
     1.9 +{
    1.10 +	rm -rf $1/var/lib/tazpkg/installed/mysql-python
    1.11 +}