blob: 290d015ed40b299b53d376daca7c757f88e74b72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/luarocks/rocks-5.4/*/**
[Action]
Description = Generating luarocks manifest for Lua 5.4...
When = PostTransaction
Exec = /usr/bin/luarocks-admin make_manifest --local-tree --lua-version=5.4 /usr/lib/luarocks/rocks-5.4/
Depends = luarocks
|