blob: 5dbb660a7f21e8aa58b411bd679c9e15b696d1c0 (
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.3/*/**
[Action]
Description = Generating luarocks manifest for Lua 5.3...
When = PostTransaction
Exec = /usr/bin/luarocks-admin make_manifest --local-tree --lua-version=5.3 /usr/lib/luarocks/rocks-5.3/
Depends = luarocks
|