wok-next diff wget/receipt @ rev 18652

Add libtkimg (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 02 14:51:36 2015 +0100 (2015-12-02)
parents 79ec1d5b20e4
children d5f9f516b706
line diff
     1.1 --- a/wget/receipt	Tue Oct 28 09:55:47 2014 +0200
     1.2 +++ b/wget/receipt	Wed Dec 02 14:51:36 2015 +0100
     1.3 @@ -49,12 +49,9 @@
     1.4  #
     1.5  pre_install()
     1.6  {
     1.7 -	local root
     1.8 -	root=$1
     1.9 -	echo "Processing pre-install commands..."
    1.10 -	echo -n "Removing all Busybox replaced utils... "
    1.11 -	rm -f $root/usr/bin/wget
    1.12 -	status
    1.13 +	qaction "Removing Busybox wget replaced utility..."
    1.14 +	rm -f $1/usr/bin/wget
    1.15 +	qstatus
    1.16  }
    1.17  
    1.18  post_remove()