# HG changeset patch # User Eric Joseph-Alexandre # Date 1237376158 -3600 # Node ID ecba79c6acee2b305a287a843899d45e53a4efdc # Parent 586332305ffec7acbf771ce1f380c03cee8af621 fix vim: add post_remove command to restore busybox vi applet diff -r 586332305ffe -r ecba79c6acee vim/receipt --- a/vim/receipt Wed Mar 18 12:35:25 2009 +0100 +++ b/vim/receipt Wed Mar 18 12:35:58 2009 +0100 @@ -71,3 +71,9 @@ fi } +post_remove() +{ + # restore previous symlink + echo "Processing post-remove commands..." + ln -sf /bin/busybox /bin/vi +}