wok diff lzma/receipt @ rev 7616

lzma, xz: add unlzma & lzcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 12 13:55:48 2010 +0100 (2010-12-12)
parents 5cbc6e9ad233
children f067d5386393
line diff
     1.1 --- a/lzma/receipt	Fri Aug 07 18:25:10 2009 +0200
     1.2 +++ b/lzma/receipt	Sun Dec 12 13:55:48 2010 +0100
     1.3 @@ -41,5 +41,11 @@
     1.4  	cp -a $src/CPP/7zip/Compress/LZMA_Alone/lzma-shared $fs/usr/bin/lzma-alone
     1.5  	cp stuff/lzma $fs/usr/bin
     1.6  	chmod 755 $fs/usr/bin/lzma
     1.7 +	ln -s lzma $fs/usr/bin/unlzma
     1.8 +	ln -s lzma $fs/usr/bin/lzcat
     1.9  }
    1.10  
    1.11 +post_remove()
    1.12 +{
    1.13 +	ln -s ../../bin/busybox $1/usr/bin/unlzma
    1.14 +}