wok-current diff procps/receipt @ rev 8878
kbd, lzma, ncursesw, netatalk-pam, pciutils, postfix, procps: restore busybox links in port_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 27 01:38:28 2011 +0100 (2011-02-27) |
parents | 2615f6b2633f |
children | 547881468fc2 |
line diff
1.1 --- a/procps/receipt Sat Sep 26 22:43:03 2009 +0000 1.2 +++ b/procps/receipt Sun Feb 27 01:38:28 2011 +0100 1.3 @@ -32,3 +32,17 @@ 1.4 done 1.5 } 1.6 1.7 +# Overlap busybox 1.8 +pre_install() 1.9 +{ 1.10 + rm -f $1/usr/bin/pkill 1.11 + rm -f $1/usr/bin/pmap 1.12 + rm -f $1/usr/bin/pgrep 1.13 +} 1.14 + 1.15 +post_remove() 1.16 +{ 1.17 + ln -s /bin/busybox /usr/bin/pkill 1.18 + ln -s /bin/busybox /usr/bin/pmap 1.19 + ln -s /bin/busybox /usr/bin/pgrep 1.20 +}