wok diff coreutils-command/receipt @ rev 18741

Finish to remove redundant messages 'Processing * commands...'; KISS get-msttcorefonts; add get-msttcorefonts2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 25 15:23:46 2015 +0200 (2015-12-25)
parents 9e01bc6321ea
children 1d0123efe74c
line diff
     1.1 --- a/coreutils-command/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/coreutils-command/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.3 @@ -33,19 +33,6 @@
     1.4  	cp -a $install/usr/bin/chroot $fs/usr/sbin
     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/nice" "$1/bin/kill" "$1/bin/sleep"
    1.15 -	rm -f "$1/usr/bin/env" "$1/usr/bin/nohup" "$1/usr/bin/timeout"
    1.16 -	rm -f "$1/usr/sbin/chroot"
    1.17 -	status
    1.18 -}
    1.19 -
    1.20  post_remove()
    1.21  {
    1.22  	ln -s /bin/busybox "$1/bin/nice"