aboutsummaryrefslogtreecommitdiffstats
path: root/community/luarocks/luarocks5.3.trigger
diff options
context:
space:
mode:
Diffstat (limited to 'community/luarocks/luarocks5.3.trigger')
-rw-r--r--community/luarocks/luarocks5.3.trigger5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/luarocks/luarocks5.3.trigger b/community/luarocks/luarocks5.3.trigger
new file mode 100644
index 0000000000..1b751b090d
--- /dev/null
+++ b/community/luarocks/luarocks5.3.trigger
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+luarocks-admin-5.3 make-manifest --local-tree --tree=/usr >/dev/null 2>&1
+
+exit 0