summarylogtreecommitdiffstats
path: root/rock.install
blob: 239170f4f5b225e538132f58d25829370de0bf85 (plain)
1
2
3
4
5
6
post_install() {
	luarocks-admin make_manifest --local-tree
}
post_remove() {
	luarocks-admin make_manifest --local-tree
}