wok diff bzip2/receipt @ rev 19234

httpfs-fuse-static: add fusermount (static)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 13:38:04 2016 +0200 (2016-06-25)
parents 906854cfa70d
children a511baf85854
line diff
     1.1 --- a/bzip2/receipt	Sat Apr 26 11:02:15 2014 +0200
     1.2 +++ b/bzip2/receipt	Sat Jun 25 13:38:04 2016 +0200
     1.3 @@ -50,15 +50,6 @@
     1.4  	ln -s bzip2 bzcat
     1.5  }
     1.6  
     1.7 -# Remove Busybox symlinks before installing
     1.8 -pre_install()
     1.9 -{
    1.10 -	echo "Processing post-install commands..."
    1.11 -	rm -f $root/usr/bin/bunzip2
    1.12 -	rm -f $root/usr/bin/bzcat
    1.13 -	#rm -f $root/usr/bin/bzip2
    1.14 -}
    1.15 -
    1.16  # Restore Busybox symlinks upon removal
    1.17  post_remove()
    1.18  {