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

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

exit 0