blob: 356a451dcb3e910f8035ebabe54acd3fbb371b25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/share/slib/register/*.sh
[Action]
Description = Registering slib for all available scheme compilers...
When = PostTransaction
Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" 2>&1 > /dev/null; done'
Depends = slib
NeedsTargets
|