wok diff bind-client/receipt @ rev 19125

Fill "fonts" category in.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 09 21:28:29 2016 +0300 (2016-05-09)
parents ea94058cfe7f
children 3af6a1c93f35
line diff
     1.1 --- a/bind-client/receipt	Tue Dec 09 18:22:52 2014 +0100
     1.2 +++ b/bind-client/receipt	Mon May 09 21:28:29 2016 +0300
     1.3 @@ -18,14 +18,7 @@
     1.4  	cp -a $install/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 $1/usr/bin/nslookup
    1.16 +	ln -s /bin/busybox "$1/usr/bin/nslookup"
    1.17  }
    1.18 -