mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
[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'"
|