patch mailsync pacman hook
This commit is contained in:
parent
bfacc63ab1
commit
45b77a57ac
8
.config/pacman/mutt_wizard_cronie_patch.hook
Normal file
8
.config/pacman/mutt_wizard_cronie_patch.hook
Normal file
@ -0,0 +1,8 @@
|
||||
[Trigger]
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = mutt-wizard*
|
||||
[Action]
|
||||
Description = Patch for Notifications using cronie
|
||||
When = PostTransaction
|
||||
Exec = /usr/local/bin/patch_mailsync
|
2
.local/bin/tools/patch_mailsync
Executable file
2
.local/bin/tools/patch_mailsync
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sudo sed -i '/case "$(readlink -f \/sbin\/init)" in/,+2d' $(which mailsync)
|
Loading…
Reference in New Issue
Block a user