From c0bb8d760fed6f84f8b13706050e331e8c579264 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Fri, 13 Oct 2017 23:52:03 -0400 Subject: [PATCH] remove vim a little harder --- live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot index daa04c08..fca571ef 100755 --- a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot @@ -145,12 +145,12 @@ if [ "${SUBPROJECT:-}" = minimized ]; then # in VMWare guest images, and we know none of the minimized images # are targeted at VMWare. _xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \ - apt-mark auto '^lib.*' '^python*' 2>/dev/null + apt-mark auto '^lib.*' '^python*' vim-runtime 2>/dev/null # FIXME: iso-codes is a dep of software-properties and shouldn't be _xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \ apt-get -y autoremove --purge iso-codes xauth pastebinit \ - plymouth open-vm-tools git shared-mime-info vim console-setup \ - ncurses-term tmux screen + plymouth open-vm-tools git shared-mime-info vim vim-common \ + console-setup ncurses-term tmux screen _xchroot "${rootd}" apt clean fi