aboutsummaryrefslogtreecommitdiffstats
path: root/community/luarocks/luarocks5.2.trigger
blob: e16c36f7a98e261b6986ceec619f2e1a17742f96 (plain)
1
2
3
4
5
6
7
#!/bin/sh

for tree in distro-modules distro-modules-common; do
	luarocks-admin-5.2 make-manifest --local-tree --tree=$tree >/dev/null 2>&1
done

exit 0