# HG changeset patch # User Christopher Rogers # Date 1291990764 0 # Node ID 530725b34a83959358c57141fcaee1408466a56b # Parent 7e5ac573bf29c3a0c6bf6cddfe44d0f38aef34ed Removed pre_install and post_remove functions in xz. Not needed with xz out of busybox. diff -r 7e5ac573bf29 -r 530725b34a83 xz/receipt --- a/xz/receipt Fri Dec 10 19:35:10 2010 +0100 +++ b/xz/receipt Fri Dec 10 14:19:24 2010 +0000 @@ -31,21 +31,3 @@ cp -a $_pkg/usr/bin/xz $fs/usr/bin cp stuff/lzma $fs/usr/bin } - -# Pre and post install commands for Tazpkg. -# We must remove all Busybox symlink before installing. -# -pre_install() -{ - local root - root=$1 - echo "Processing pre-install commands..." - echo -n "Removing all Busybox replaced utils... " - rm -f $root/usr/bin/xz - status -} - -post_remove() -{ - ln -s /bin/busybox /usr/bin/xz -}