~dricottone/huttese-apk

ref: 37d3f21fcf7251692e52b2244c0becfa80b14f86 huttese-apk/sr.ht/fcgiwrap/fcgiwrap.pre-install -rw-r--r-- 143 bytes
37d3f21f — Drew DeVault Add py3-ansi2html to builds.sr.ht 5 years ago
                                                                                
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S www-data 2>/dev/null
adduser -S -D -H -h /var/run/fcgiwrap -s /sbin/nologin -G www-data \
	fcgiwrap 2>/dev/null
exit 0