wok diff marco/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents 9e01bc6321ea
children a87ef96746f0
line diff
     1.1 --- a/marco/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/marco/receipt	Fri May 06 15:40:30 2016 +0300
     1.3 @@ -20,7 +20,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 @@ -40,15 +40,3 @@
    1.13  	cp -a $install/usr/share/themes	$fs/usr/share
    1.14  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    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 -}