wok diff python-mysql/receipt @ rev 3478
get-softmodem-driver: packages are now saved in tazwok packages_repository
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Wed Jun 17 09:49:44 2009 +0200 (2009-06-17) |
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 Wed Jun 17 09:49:44 2009 +0200 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 +}