# HG changeset patch # User Pascal Bellard # Date 1204325128 0 # Node ID 3f7d6096e836483d9c3b8580e011cc51fc97fdcd # Parent 56f1f344bc392d5addea68eb5e3320f6e4111c1f Patch: back to busybox in post_remove diff -r 56f1f344bc39 -r 3f7d6096e836 patch/receipt --- a/patch/receipt Fri Feb 29 22:39:27 2008 +0000 +++ b/patch/receipt Fri Feb 29 22:45:28 2008 +0000 @@ -34,3 +34,8 @@ root=$1 rm -f $root/usr/bin/patch } + +post_remove() +{ + ln -s /bin/busybox /usr/bin/patch +}