wok diff mate-system-monitor/receipt @ rev 19615
Up: mpfr (3.1.5)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Jan 09 19:50:23 2017 +0000 (2017-01-09) |
parents | e863f2041090 |
children | 837a2c90d490 |
line diff
1.1 --- a/mate-system-monitor/receipt Sun Aug 09 17:29:42 2015 -0300 1.2 +++ b/mate-system-monitor/receipt Mon Jan 09 19:50:23 2017 +0000 1.3 @@ -18,7 +18,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 --with-gtk=2.0 \ 1.12 @@ -34,16 +34,3 @@ 1.13 cp -a $install/usr/bin $fs/usr 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 -}