wok diff transmission/receipt @ rev 18809

Up python-six (1.10.0)
author Paul Issott <paul@slitaz.org>
date Thu Jan 14 19:18:43 2016 +0000 (2016-01-14)
parents 9e01bc6321ea
children ac5acdaca9f4
line diff
     1.1 --- a/transmission/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/transmission/receipt	Thu Jan 14 19:18:43 2016 +0000
     1.3 @@ -20,7 +20,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	touch third-party/miniupnp/VERSION
     1.9  	CFLAGS="$CFLAGS -fdata-sections -ffunction-sections \
    1.10  	-Wl,--gc-sections"
    1.11 @@ -47,11 +46,4 @@
    1.12  {
    1.13  	rm -f "$1/usr/bin/transmission-gtk"
    1.14  	rm -f "$1/usr/share/applications/${PACKAGE}-gtk.desktop"
    1.15 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.16  }
    1.17 -
    1.18 -post_remove()
    1.19 -{
    1.20 -        echo "Processing post-remove commands..."
    1.21 -        chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.22 -}