mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
285 B
Text
12 lines
285 B
Text
[Trigger]
|
|
Type = File
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Target = usr/share/haskell/register/*.sh
|
|
|
|
[Action]
|
|
Description = Registering Haskell modules...
|
|
When = PostTransaction
|
|
Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" 2>&1 >/dev/null ; done'
|
|
Depends = ghc
|
|
NeedsTargets
|