wok diff vim/receipt @ rev 2922

Add: mysql-python (Python interface to MySQL)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed May 06 23:28:27 2009 +0000 (2009-05-06)
parents 74d9e193ac36
children 9723cd73a081
line diff
     1.1 --- a/vim/receipt	Tue Mar 10 09:41:01 2009 +0000
     1.2 +++ b/vim/receipt	Wed May 06 23:28:27 2009 +0000
     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 +}