1
0
forked from ports/contrib
contrib/cgit/post-install

6 lines
143 B
Plaintext
Raw Normal View History

#!/bin/sh
2023-08-22 14:46:24 -04:00
if prt-get isinst lighttpd && [ -e /etc/lighttpd-cgit.conf ]; then
echo 'include "lighttpd-cgit.conf"' >> /etc/lighttpd.conf
fi