wok-stable diff beep/receipt @ rev 9284
perl-net-ftp: unblock compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 16 10:03:27 2011 +0100 (2011-03-16) |
parents | da2298f20d8a |
children |
line diff
1.1 --- a/beep/receipt Mon Oct 04 06:17:06 2010 +0000 1.2 +++ b/beep/receipt Wed Mar 16 10:03:27 2011 +0100 1.3 @@ -23,3 +23,13 @@ 1.4 cp $src/beep $fs/usr/bin 1.5 } 1.6 1.7 +# Overlap busybox 1.8 +pre_install() 1.9 +{ 1.10 + rm -f $1/usr/bin/beep 1.11 +} 1.12 + 1.13 +post_remove() 1.14 +{ 1.15 + ln -s /bin/busybox /usr/bin/beep 1.16 +}