[Lunar-commits] <moonbase> perl: fix vim after build

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Sep 18 22:43:17 CEST 2010


commit 1a6cf3dc39d743ebe15ceeb499c3e504f81d954a
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat Sep 18 20:43:17 2010 +0000

    perl: fix vim after build
---
 perl/perl/POST_INSTALL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/perl/perl/POST_INSTALL b/perl/perl/POST_INSTALL
index 2401801..4494c97 100644
--- a/perl/perl/POST_INSTALL
+++ b/perl/perl/POST_INSTALL
@@ -24,3 +24,8 @@ fi
 message "$MESSAGE_COLOR"
 message "Remember to re-install all CPAN modules by hand!"
 message "$DEFAULT_COLOR"
+
+# Reinstall vim otherwise it will stop working
+if module_installed vim; then
+lin -c vim
+fi


More information about the Lunar-commits mailing list