wok-6.x diff mate-session-manager/receipt @ rev 22852
updated glances (3.1.0 -> 3.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 17 14:07:08 2020 +0100 (2020-02-17) |
parents | 9e01bc6321ea |
children | 34e801e0eb52 |
line diff
1.1 --- a/mate-session-manager/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/mate-session-manager/receipt Mon Feb 17 14:07:08 2020 +0100 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 --sysconfdir=/etc \ 1.11 --disable-static \ 1.12 @@ -40,15 +40,3 @@ 1.13 cp -a $install/usr/bin $fs/usr 1.14 cp -a $install/usr/share $fs/usr 1.15 } 1.16 - 1.17 -post_install() 1.18 -{ 1.19 - echo "Processing post-install commands..." 1.20 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.21 -} 1.22 - 1.23 -post_remove() 1.24 -{ 1.25 - echo "Processing post-remove commands..." 1.26 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.27 -}