wok-current diff xz/receipt @ rev 9710
gcc-lib-base: remove gdb python file from lib (fix ldconfig error)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 22:12:43 2011 +0200 (2011-05-08) |
parents | b3aca2070330 |
children | 221336519316 |
line diff
1.1 --- a/xz/receipt Tue Feb 15 19:35:52 2011 +0000 1.2 +++ b/xz/receipt Sun May 08 22:12:43 2011 +0200 1.3 @@ -44,10 +44,12 @@ 1.4 echo "Processing pre-install commands..." 1.5 echo -n "Removing all Busybox replaced utils... " 1.6 rm -f $root/usr/bin/unlzma 1.7 + rm -f $root/usr/bin/lzcat 1.8 status 1.9 } 1.10 1.11 post_remove() 1.12 { 1.13 ln -s /bin/busybox $1/usr/bin/unlzma 1.14 + ln -s /bin/busybox $1/usr/bin/lzcat 1.15 }