wok-6.x diff transmission/receipt @ rev 18872
Add unclutter
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 03 23:48:44 2016 +0200 (2016-02-03) |
parents | 9e01bc6321ea |
children | ac5acdaca9f4 |
line diff
1.1 --- a/transmission/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/transmission/receipt Wed Feb 03 23:48:44 2016 +0200 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 -}