[Lunar-commits] r14927 - moonbase/trunk/editors/vim
Terry Chan
tchan at lunar-linux.org
Sun May 22 15:36:34 UTC 2005
Author: tchan
Date: 2005-05-22 15:36:32 +0000 (Sun, 22 May 2005)
New Revision: 14927
Added:
moonbase/trunk/editors/vim/POST_REMOVE
Log:
Removing the vimdiff symlink if it exists, when cleaning up vim.
Added: moonbase/trunk/editors/vim/POST_REMOVE
===================================================================
--- moonbase/trunk/editors/vim/POST_REMOVE 2005-05-22 15:23:02 UTC (rev 14926)
+++ moonbase/trunk/editors/vim/POST_REMOVE 2005-05-22 15:36:32 UTC (rev 14927)
@@ -0,0 +1,3 @@
+if [ -e /usr/bin/vimdiff ]; then
+ rm /usr/bin/vimdiff;
+fi
More information about the Lunar-commits
mailing list