wok diff python-mysql/receipt @ rev 3918
syslinux/ifmem: use int15h / 0xe820h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 18 18:45:48 2009 +0200 (2009-08-18) |
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 Aug 18 18:45:48 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 +}