mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-20 19:44:58 +02:00
@eshanized: push via push.sh 🎉 !!!
This commit is contained in:
10
etc/pacman.d/hooks/lsb-release.hook
Normal file
10
etc/pacman.d/hooks/lsb-release.hook
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[Trigger]
|
||||||
|
Operation = Install
|
||||||
|
Operation = Upgrade
|
||||||
|
Type = Package
|
||||||
|
Target = lsb-release
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = Add Snigdha OS specific config
|
||||||
|
When = PostTransaction
|
||||||
|
Exec = /bin/sh -c "/usr/local/bin/snigdhaos-lsb-release"
|
10
etc/pacman.d/hooks/os-release.hook
Normal file
10
etc/pacman.d/hooks/os-release.hook
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[Trigger]
|
||||||
|
Operation = Install
|
||||||
|
Operation = Upgrade
|
||||||
|
Type = Package
|
||||||
|
Target = filesystem
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = Add Snigdha OS specific config
|
||||||
|
When = PostTransaction
|
||||||
|
Exec = /bin/sh -c "/usr/local/bin/snigdhaos-os-release"
|
13
etc/pacman.d/hooks/reboot-important-updates.hook
Normal file
13
etc/pacman.d/hooks/reboot-important-updates.hook
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
[Trigger]
|
||||||
|
Operation = Upgrade
|
||||||
|
Operation = Install
|
||||||
|
Operation = Remove
|
||||||
|
Type = Package
|
||||||
|
Target = linux*
|
||||||
|
Target = systemd*
|
||||||
|
Target = nvidia*
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = #### Important Linux packages have changed. Reboot is recommended. ####
|
||||||
|
When = PostTransaction
|
||||||
|
Exec = /usr/bin/true
|
Reference in New Issue
Block a user