mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
11 lines
268 B
Text
11 lines
268 B
Text
|
[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'"
|