fix grub2 package name

This commit is contained in:
Tobias Powalowski 2012-08-22 19:36:47 +00:00
parent 730d633de1
commit d2e8c6b4e9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ post_install () {
post_upgrade() {
pacman -Q grub &>/dev/null
hasgrub=$?
pacman -Q grub2-common &>/dev/null
pacman -Q grub-common &>/dev/null
hasgrub2=$?
pacman -Q lilo &>/dev/null
haslilo=$?