wok diff coreutils-file-output-full/receipt @ rev 9774

bridge-utils: fix WGET_URL and clean
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:31:48 2011 +0200 (2011-05-11)
parents d5009f5bff9c
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-file-output-full/receipt	Sat Feb 05 03:20:51 2011 +0000
     1.2 +++ b/coreutils-file-output-full/receipt	Wed May 11 21:31:48 2011 +0200
     1.3 @@ -36,12 +36,13 @@
     1.4  	root=$1
     1.5  	echo "Processing pre-install commands..."
     1.6  	echo -n "Removing all Busybox replaced utils... "
     1.7 -	rm -f $root/bin/cat $root/usr/bin/od
     1.8 +	rm -f $root/bin/cat $root/usr/bin/od $root/usr/bin/tac
     1.9  	status
    1.10  }
    1.11  
    1.12  post_remove()
    1.13  {
    1.14 -	ln -s /bin/busybox /bin/cat
    1.15 -	ln -s /bin/busybox /usr/bin/od
    1.16 +	ln -s /bin/busybox $1/bin/cat
    1.17 +	ln -s /bin/busybox $1/usr/bin/od
    1.18 +	ln -s /bin/busybox $1/usr/bin/tac
    1.19  }