wok diff mate-desktop/receipt @ rev 23689
updated sysstat (12.1.7 -> 12.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 17:56:55 2020 +0100 (2020-04-26) |
parents | e863f2041090 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/mate-desktop/receipt Sun Aug 09 17:29:42 2015 -0300 1.2 +++ b/mate-desktop/receipt Sun Apr 26 17:56:55 2020 +0100 1.3 @@ -17,7 +17,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 $CONFIGURE_ARGS && 1.11 make && 1.12 @@ -32,16 +32,3 @@ 1.13 cp -a $install/usr/share $fs/usr 1.14 cp -a $install/usr/lib/*.so* $fs/usr/lib 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 -}