wok rev 3401
python-simplejson: we should remove old pkg reference
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jun 12 14:13:43 2009 +0200 (2009-06-12) |
parents | 9cc8e4a89170 |
children | 77eb23ead823 |
files | python-simplejson/receipt |
line diff
1.1 --- a/python-simplejson/receipt Fri Jun 12 13:26:26 2009 +0200 1.2 +++ b/python-simplejson/receipt Fri Jun 12 14:13:43 2009 +0200 1.3 @@ -27,3 +27,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/simplejson 1.11 +}