# HG changeset patch # User Aleksej Bobylev # Date 1448844910 -7200 # Node ID bb8fe72f8f3a795100decb6dec1f8c6687fa2565 # Parent 5c998d9ef79b911d1a7074e347ed972ecf3c28e1 coreutils-operations: clean pre_install() diff -r 5c998d9ef79b -r bb8fe72f8f3a coreutils-operations/receipt --- a/coreutils-operations/receipt Mon Nov 30 02:34:30 2015 +0200 +++ b/coreutils-operations/receipt Mon Nov 30 02:55:10 2015 +0200 @@ -38,21 +38,20 @@ { local root root=$1 - echo "Processing pre-install commands..." - echo -n "Removing all Busybox replaced utils... " + qaction "Removing all Busybox replaced utils... " rm -f $root/bin/dd $root/bin/mv $root/bin/ln rm -f $root/usr/bin/install $root/usr/bin/shred # Dont remove cp/rm or the installation will fail because tazpkg use # cp and rm during the process. # #rm -f $root/bin/cp $root/bin/rm - status + qstatus } post_remove() { # use busybox ln applet directly since /bin/ln - # in this package is remove already + # in this package is remove already /bin/busybox ln -fs /bin/busybox $1/bin/cp /bin/busybox ln -fs /bin/busybox $1/bin/dd /bin/busybox ln -fs /bin/busybox $1/bin/mv