wok-next diff coreutils-file-output-full/receipt @ rev 19025

syslinux/win32.c: fix write sector
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 18:58:38 2016 +0200 (2016-04-02)
parents 9e01bc6321ea
children 1d0123efe74c
line diff
     1.1 --- a/coreutils-file-output-full/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/coreutils-file-output-full/receipt	Sat Apr 02 18:58:38 2016 +0200
     1.3 @@ -29,17 +29,6 @@
     1.4  	cp -a $install/usr/bin/base64 $fs/usr/bin
     1.5  }
     1.6  
     1.7 -# Pre and post install commands for Tazpkg.
     1.8 -# We must remove all Busybox symlink before installing.
     1.9 -#
    1.10 -pre_install()
    1.11 -{
    1.12 -	echo "Processing pre-install commands..."
    1.13 -	echo -n "Removing all Busybox replaced utils... "
    1.14 -	rm -f "$1/bin/cat" "$1/usr/bin/od" "$1/usr/bin/tac"
    1.15 -	status
    1.16 -}
    1.17 -
    1.18  post_remove()
    1.19  {
    1.20  	ln -s /bin/busybox "$1/bin/cat"