summaryrefslogtreecommitdiff
path: root/alpm-hooks/grub-theme-switch.hook
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-20 21:46:21 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-23 20:43:38 -0400
commit840c4e5224122675ebd8e2dbc4068fa3563737f3 (patch)
tree5d16e1bf00feb71ec546832658f9fd6357ff1cbe /alpm-hooks/grub-theme-switch.hook
parent440eda9b5ab6c85fc5fd6e740e28b6fad46eb6e6 (diff)
add grub-theme-switch alpm hook
Diffstat (limited to 'alpm-hooks/grub-theme-switch.hook')
-rw-r--r--alpm-hooks/grub-theme-switch.hook14
1 files changed, 14 insertions, 0 deletions
diff --git a/alpm-hooks/grub-theme-switch.hook b/alpm-hooks/grub-theme-switch.hook
new file mode 100644
index 0000000..d297bd7
--- /dev/null
+++ b/alpm-hooks/grub-theme-switch.hook
@@ -0,0 +1,14 @@
+[Trigger]
+Operation = Install
+Type = Package
+Target = breeze-grub
+Target = deeping-grub2-themes
+Target = grub2-theme-gnuaxiom
+Target = parabola-laf
+
+[Action]
+Description = Setting GRUB theme
+Depends = grub
+When = PostTransaction
+Exec = set-grub-theme.sh
+NeedsTargets