wok-4.x diff beep/receipt @ rev 12018
slitaz-i18n: dont include slitaz-tools po files (in tools pkgs) and add transmission
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 06 14:15:08 2012 +0100 (2012-03-06) |
parents | da2298f20d8a |
children |
line diff
1.1 --- a/beep/receipt Mon Oct 04 06:17:06 2010 +0000 1.2 +++ b/beep/receipt Tue Mar 06 14:15:08 2012 +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 +}