Skip to content
Snippets Groups Projects
Commit 36168c17 authored by Seblu's avatar Seblu
Browse files

Add grub as deps for kernel-install-grub

parent 751174bd
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ package_kernel-install-compat() {
package_kernel-install-grub() {
pkgdesc='kernel-install script to regen grub config'
depends=('kernel-install-compat')
depends=('grub' 'kernel-install-compat')
install -Dm755 95-grub-update.install \
"$pkgdir/usr/lib/kernel/install.d/95-grub-update.install"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment