wok-6.x diff caja/receipt @ rev 20286
broadcom-wl: add some kernel compatibility patches from debian
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 02 11:19:24 2018 +0200 (2018-04-02) |
parents | 704b5f6fbed9 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/caja/receipt Mon Aug 10 16:37:12 2015 +0300 1.2 +++ b/caja/receipt Mon Apr 02 11:19:24 2018 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./autogen.sh \ 1.8 + ./autogen.sh \ 1.9 --prefix=/usr \ 1.10 --libexecdir=/usr/lib/$PACKAGE \ 1.11 --enable-introspection \ 1.12 @@ -54,16 +54,3 @@ 1.13 cp -a $install/usr/share/MateConf $fs/usr/share 1.14 cp -a $install/usr/share/glib-2.0 $fs/usr/share 1.15 } 1.16 - 1.17 -# Post install/remove commands for Tazpkg. 1.18 -post_install() 1.19 -{ 1.20 - echo "Processing post-install commands..." 1.21 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.22 -} 1.23 - 1.24 -post_remove() 1.25 -{ 1.26 - echo "Processing post-remove commands..." 1.27 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.28 -}