wok-6.x diff vim/receipt @ rev 2795

Add Dillo - Light Web browse (~300 kb)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 28 15:38:14 2009 +0200 (2009-04-28)
parents 74d9e193ac36
children 9723cd73a081
line diff
     1.1 --- a/vim/receipt	Tue Mar 10 09:41:01 2009 +0000
     1.2 +++ b/vim/receipt	Tue Apr 28 15:38:14 2009 +0200
     1.3 @@ -71,3 +71,9 @@
     1.4      fi
     1.5  }
     1.6  
     1.7 +post_remove()
     1.8 +{
     1.9 +	# restore previous symlink
    1.10 +	echo "Processing post-remove commands..."
    1.11 +	ln -sf /bin/busybox /bin/vi
    1.12 +}