wok diff vim/receipt @ rev 2541

Add pangomm (deps to update and fix build of gtkmm)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 22 23:04:01 2009 +0100 (2009-03-22)
parents 74d9e193ac36
children 9723cd73a081
line diff
     1.1 --- a/vim/receipt	Tue Mar 10 09:41:01 2009 +0000
     1.2 +++ b/vim/receipt	Sun Mar 22 23:04:01 2009 +0100
     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 +}