You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
livecd-rootfs/live-build/ubuntu-core/hooks/99-undivert-grub-install.ch...

11 lines
199 B

#! /bin/sh -ex
ARCH=$(dpkg --print-architecture)
case $ARCH in
i386|amd64)
rm -f /usr/sbin/grub-install
dpkg-divert --quiet --remove --rename /usr/sbin/grub-install
;;
esac