patch mailsync pacman hook
This commit is contained in:
@@ -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
|
||||||
Executable
+2
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
sudo sed -i '/case "$(readlink -f \/sbin\/init)" in/,+2d' $(which mailsync)
|
||||||
Reference in New Issue
Block a user