wok diff json-glib-dev/receipt @ rev 7739

Added pre_install and post_remove to hd2u.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Dec 20 08:07:07 2010 +0000 (2010-12-20)
parents efa00ce50149
children 63f55f52c422
line diff
     1.1 --- a/json-glib-dev/receipt	Sat Dec 04 04:52:31 2010 +0000
     1.2 +++ b/json-glib-dev/receipt	Mon Dec 20 08:07:07 2010 +0000
     1.3 @@ -12,9 +12,10 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib $fs/usr/share
     1.9  	cp -a $_pkg/usr/include $fs/usr
    1.10  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.11  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.12 +	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.13  }
    1.14