wok diff bzip2/receipt @ rev 19151
Up: slitaz-boot-scripts(432), tazpanel(592).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 23 16:34:04 2016 +0300 (2016-05-23) |
parents | 906854cfa70d |
children | a511baf85854 |
line diff
1.1 --- a/bzip2/receipt Sat Apr 26 11:02:15 2014 +0200 1.2 +++ b/bzip2/receipt Mon May 23 16:34:04 2016 +0300 1.3 @@ -50,15 +50,6 @@ 1.4 ln -s bzip2 bzcat 1.5 } 1.6 1.7 -# Remove Busybox symlinks before installing 1.8 -pre_install() 1.9 -{ 1.10 - echo "Processing post-install commands..." 1.11 - rm -f $root/usr/bin/bunzip2 1.12 - rm -f $root/usr/bin/bzcat 1.13 - #rm -f $root/usr/bin/bzip2 1.14 -} 1.15 - 1.16 # Restore Busybox symlinks upon removal 1.17 post_remove() 1.18 {