diff options
author | graysky | 2017-03-22 14:29:01 -0400 |
---|---|---|
committer | graysky | 2017-03-22 14:29:01 -0400 |
commit | 1396814c66d3db4bd05d990d27bf481af39e3883 (patch) | |
tree | 0d1562a9556a7bf3e5914bb6e014c72f9fa800fa /90-linux.hook | |
parent | 34568669b1904418f5fa81aef6a496057bbaae11 (diff) | |
download | aur-1396814c66d3db4bd05d990d27bf481af39e3883.tar.gz |
Update to 4.10.5-1
Diffstat (limited to '90-linux.hook')
-rw-r--r-- | 90-linux.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/90-linux.hook b/90-linux.hook new file mode 100644 index 00000000000..9851151995b --- /dev/null +++ b/90-linux.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Target = boot/vmlinuz-%PKGBASE% +Target = usr/lib/initcpio/* + +[Action] +Description = Updating %PKGBASE% initcpios +When = PostTransaction +Exec = /usr/bin/mkinitcpio -p %PKGBASE% |