Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 3bcdba4

Browse files
committed
Update reboot hook
1 parent 88d29ff commit 3bcdba4

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

hooks/antergos-reboot.hook

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@ Operation = Remove
55
Type = Package
66
Target = linux*
77
Target = systemd*
8+
Target = xorg-*
9+
Target = xf86-*
10+
Target = nvidia*
11+
Target = mesa
12+
Target = *wayland*
13+
Target = intel-ucode
814

915
[Action]
10-
Description = Checking for kernel changes...
16+
Description = Checking core system packages
1117
When = PostTransaction
12-
Exec = /usr/bin/notify-send "Antergos Information" "Vital core packages have been changed.\nReboot is recommended"
18+
Depends = antergos-alerts
19+
Depends = bash
20+
Depends = python
21+
Depends = gettext
22+
Depends = libnotify
23+
Depends = python-termcolor
24+
Exec = /bin/bash -c 'RECOMMEND_REBOOT=1 /usr/bin/antergos-alerts'

0 commit comments

Comments
 (0)