blob: c014cbbe94ba08b66b4250e83d1304fedcbe5bc2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Trigger]
Operation = Upgrade
Type = Package
Target = haskell*
[Action]
Description = Recompiling Xmonad now because of Haskell updates ...
When = PostTransaction
Depends = xmonad
Exec = /bin/sh -c "runuser -l $( who | cut -d ' ' -f1 | uniq) -c 'xmonad --recompile'"
|