wok-next diff bind-client/receipt @ rev 19071

Add: Online communications services.
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Apr 22 20:51:44 2016 -0300 (2016-04-22)
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	Fri Apr 22 20:51:44 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 -