wok-current diff python-simplejson/receipt @ rev 6769
Added gobject-introspection-dev to build depends of gstreamer. Needed now since gobject-introspection-dev is installed on build server.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 02:20:36 2010 +0000 (2010-10-18) |
parents | a5018f0d3122 |
children | cbe9266a164d |
line diff
1.1 --- a/python-simplejson/receipt Fri Jun 12 00:16:02 2009 +0000 1.2 +++ b/python-simplejson/receipt Mon Oct 18 02:20:36 2010 +0000 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 +}