wok diff coreutils-command/receipt @ rev 10015
libxfce4ui: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu May 19 10:07:23 2011 +0200 (2011-05-19) |
parents | 28ebec3616b1 |
children | bf9d643b2c59 |
line diff
1.1 --- a/coreutils-command/receipt Sun Feb 27 01:55:24 2011 +0100 1.2 +++ b/coreutils-command/receipt Thu May 19 10:07:23 2011 +0200 1.3 @@ -48,11 +48,11 @@ 1.4 1.5 post_remove() 1.6 { 1.7 - ln -s /bin/busybox /bin/nice 1.8 - ln -s /bin/busybox /bin/kill 1.9 - ln -s /bin/busybox /bin/sleep 1.10 - ln -s /bin/busybox /usr/bin/env 1.11 - ln -s /bin/busybox /usr/bin/nohup 1.12 - ln -s /bin/busybox /usr/bin/timeout 1.13 - ln -s /bin/busybox /usr/sbin/chroot 1.14 + ln -s /bin/busybox $1/bin/nice 1.15 + ln -s /bin/busybox $1/bin/kill 1.16 + ln -s /bin/busybox $1/bin/sleep 1.17 + ln -s /bin/busybox $1/usr/bin/env 1.18 + ln -s /bin/busybox $1/usr/bin/nohup 1.19 + ln -s /bin/busybox $1/usr/bin/timeout 1.20 + ln -s /bin/busybox $1/usr/sbin/chroot 1.21 }