wok diff bind-client/receipt @ rev 8934
Fixed slitaz-i18n locale-pack.functions script.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 07:31:02 2011 +0000 (2011-03-01) |
parents | b3af379db6d2 |
children | 1c955cc8d20b |
line diff
1.1 --- a/bind-client/receipt Sat Feb 19 08:56:32 2011 +0000 1.2 +++ b/bind-client/receipt Tue Mar 01 07:31:02 2011 +0000 1.3 @@ -16,3 +16,14 @@ 1.4 cp -a $_pkg/usr/bin $fs/usr 1.5 } 1.6 1.7 +# Overlap busybox 1.8 +pre_install() 1.9 +{ 1.10 + rm -f $1/usr/bin/nslookup 1.11 +} 1.12 + 1.13 +post_remove() 1.14 +{ 1.15 + ln -s /bin/busybox /usr/bin/nslookup 1.16 +} 1.17 +