]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vim: Revome script for c-shell.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 17 Dec 2010 22:00:43 +0000 (23:00 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 17 Dec 2010 22:00:43 +0000 (23:00 +0100)
pkgs/core/vim/vim.nm

index eae9f189b13d9cb7ed9fbd5f2cd82d694414ae25..8ef7197c50e8449697ce75031d9124c550398eaf 100644 (file)
@@ -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