From: Stefan Schantl Date: Fri, 17 Dec 2010 22:00:43 +0000 (+0100) Subject: vim: Revome script for c-shell. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8429d60ab96e02b3c01c806d54a801a8e7aedcd9;p=ipfire-3.x.git vim: Revome script for c-shell. --- diff --git a/pkgs/core/vim/vim.nm b/pkgs/core/vim/vim.nm index eae9f189b..8ef7197c5 100644 --- a/pkgs/core/vim/vim.nm +++ b/pkgs/core/vim/vim.nm @@ -58,4 +58,7 @@ define STAGE_INSTALL_CMDS # Install configuration -mkdir -pv $(BUILDROOT)/etc cp -vf $(DIR_SOURCE)/vimrc $(BUILDROOT)/etc/vimrc + + # Remove script for c-shell + rm -rf $(BUILDROOT)/usr/share/vim/vim73/tools/vim132 endef