wok diff xz/receipt @ rev 8225

imported patch cleanup/libdevmapper-dev.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents 79ebfa5003d6
children df9001b25c10
line diff
     1.1 --- a/xz/receipt	Sun Dec 12 13:55:48 2010 +0100
     1.2 +++ b/xz/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -34,7 +34,20 @@
     1.4  	ln -s lzma $fs/usr/bin/lzcat
     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 +	local root
    1.13 +	root=$1
    1.14 +	echo "Processing pre-install commands..."
    1.15 +	echo -n "Removing all Busybox replaced utils... "
    1.16 +	rm -f $root/usr/bin/unlzma
    1.17 +	status
    1.18 +}
    1.19 +
    1.20  post_remove()
    1.21  {
    1.22 -	ln -s ../../bin/busybox $1/usr/bin/unlzma
    1.23 -}
    1.24 +	ln -s /bin/busybox /usr/bin/unlzma
    1.25 +}
    1.26 \ No newline at end of file