remove vim a little harder

ubuntu/cosmic
Steve Langasek 7 years ago
parent df94729c60
commit c0bb8d760f

@ -145,12 +145,12 @@ if [ "${SUBPROJECT:-}" = minimized ]; then
# in VMWare guest images, and we know none of the minimized images # in VMWare guest images, and we know none of the minimized images
# are targeted at VMWare. # are targeted at VMWare.
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \ _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 # FIXME: iso-codes is a dep of software-properties and shouldn't be
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \ _xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
apt-get -y autoremove --purge iso-codes xauth pastebinit \ apt-get -y autoremove --purge iso-codes xauth pastebinit \
plymouth open-vm-tools git shared-mime-info vim console-setup \ plymouth open-vm-tools git shared-mime-info vim vim-common \
ncurses-term tmux screen console-setup ncurses-term tmux screen
_xchroot "${rootd}" apt clean _xchroot "${rootd}" apt clean
fi fi

Loading…
Cancel
Save