diff options
author | runnytu | 2016-03-10 22:31:56 +0100 |
---|---|---|
committer | runnytu | 2016-03-10 22:31:56 +0100 |
commit | 482e0580686a18565d255493a56351153cdb83d4 (patch) | |
tree | 3e789495ca88797831bb0ad344758058f39a5dcf | |
parent | 6498efb5e536a145f547ab8ba01ff44357727af9 (diff) | |
download | aur-482e0580686a18565d255493a56351153cdb83d4.tar.gz |
Update hook to postransaction
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | grub.hook | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -10,7 +10,7 @@ pkgbase = grub-hook license = GPL depends = grub source = grub.hook - sha512sums = e71d0b4f529095abc665cca450593831c2598810c607f848347e8cf843b447128d8af69c0bed8c1e26a7ee90f7154f072e85a023e4f7fe1378571a6b54de3691 + sha512sums = 510bcb135556676748f38d30bd52e686fc6a3aad9d851a91b22ab9d64da308fdf0cdd53092499d3a8585bc595713ef5d36156fb280e7cfb3906c26bbdabf73f1 pkgname = grub-hook @@ -10,7 +10,7 @@ license=('GPL') depends=('grub') install=${pkgname}.install source=("grub.hook") -sha512sums=('e71d0b4f529095abc665cca450593831c2598810c607f848347e8cf843b447128d8af69c0bed8c1e26a7ee90f7154f072e85a023e4f7fe1378571a6b54de3691') +sha512sums=('510bcb135556676748f38d30bd52e686fc6a3aad9d851a91b22ab9d64da308fdf0cdd53092499d3a8585bc595713ef5d36156fb280e7cfb3906c26bbdabf73f1') package() { install -m755 -d "${pkgdir}/etc/pacman.d/hooks" diff --git a/grub.hook b/grub.hook index 05370a4c83ed..994e948b3ab7 100644 --- a/grub.hook +++ b/grub.hook @@ -38,6 +38,6 @@ Target = linux-vfio-lts [Action] Description = Updating GRUB Config Depends = grub -When = PreTransaction -Exec = grub-mkconfig -o /boot/grub/grub.cfg +When = PosTransaction +Exec = 'grub-mkconfig -o /boot/grub/grub.cfg' |