wok rev 303

Patch: back to busybox in post_remove
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 29 22:45:28 2008 +0000 (2008-02-29)
parents 56f1f344bc39
children 3bac1508116b
files patch/receipt
line diff
     1.1 --- a/patch/receipt	Fri Feb 29 22:39:27 2008 +0000
     1.2 +++ b/patch/receipt	Fri Feb 29 22:45:28 2008 +0000
     1.3 @@ -34,3 +34,8 @@
     1.4  	root=$1
     1.5  	rm -f $root/usr/bin/patch
     1.6  }
     1.7 +
     1.8 +post_remove()
     1.9 +{
    1.10 +	ln -s /bin/busybox /usr/bin/patch
    1.11 +}