aports/community/luarocks/luarocks5.1.trigger

8 lines
153 B
Bash

#!/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