wok diff mate-control-center/receipt @ rev 18807

openssh: CVE-2016-0777 and CVE-2016-0778
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 14 18:33:14 2016 +0100 (2016-01-14)
parents 9e01bc6321ea
children 43ae53d79494
line diff
     1.1 --- a/mate-control-center/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/mate-control-center/receipt	Thu Jan 14 18:33:14 2016 +0100
     1.3 @@ -22,7 +22,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  		--localstatedir=/var   \
    1.12 @@ -42,21 +42,3 @@
    1.13  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.14  	cp -a $install/usr/lib/window-manager-settings/*.so* $fs/usr/lib/window-manager-settings
    1.15  }
    1.16 -
    1.17 -# Post installation custom.
    1.18 -post_install()
    1.19 -{
    1.20 -	echo "Processing post-install commands..."
    1.21 -	[ -x "$1/usr/bin/gtk-update-icon-cache" ] &&
    1.22 -	  chroot "$1/" gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    1.23 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.24 -	chroot "$1/" /usr/bin/update-mime-database /usr/share/mime
    1.25 -}
    1.26 -
    1.27 -post_remove()
    1.28 -{
    1.29 -	echo "Processing post-remove commands..."
    1.30 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.31 -	chroot "$1/" /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    1.32 -	chroot "$1/" /usr/bin/update-mime-database /usr/share/mime
    1.33 -}