wok diff lzma/receipt @ rev 18798
amule: update deps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 09 18:56:52 2016 +0100 (2016-01-09) |
parents | 9e01bc6321ea |
children | 86790a278e70 |
line diff
1.1 --- a/lzma/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/lzma/receipt Sat Jan 09 18:56:52 2016 +0100 1.3 @@ -50,18 +50,6 @@ 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 - echo "Processing pre-install commands..." 1.13 - echo -n "Removing all Busybox replaced utils... " 1.14 - rm -f "$1/usr/bin/unlzma" 1.15 - rm -f "$1/usr/bin/lzcat" 1.16 - status 1.17 -} 1.18 - 1.19 post_remove() 1.20 { 1.21 ln -s /bin/busybox "$1/usr/bin/unlzma"