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

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

exit 0