core92: update grub.cfg to show core92.

This commit is contained in:
Arne Fitzenreiter
2015-07-09 15:03:37 +02:00
parent 8c8383e55e
commit 87cd02c3d7

View File

@@ -57,6 +57,10 @@ fi
# Finish
/etc/init.d/fireinfo start
sendprofile
# Update grub config to display new core version
if [ -e /boot/grub/grub.cfg ]; then
grub-mkconfig > /boot/grub/grub.cfg
fi
# Don't report the exitcode last command
exit 0