#!/bin/sh
set -e

if test -e /boot/grub/grub.cfg && which update-grub2 > /dev/null ; then
    update-grub2
fi

#DEBHELPER#
