File: luarocks.postinst

package info (click to toggle)
luarocks 2.4.2%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,056 kB
  • sloc: sh: 523; makefile: 181; ansic: 5
file content (9 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e 

if [ ! -e /usr/local/lib/luarocks/rocks/manifest ]; then
	mkdir -p /usr/local/lib/luarocks/rocks/
	luarocks-admin make_manifest
fi

#DEBHELPER#