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