contrib/cgit/post-install

6 lines
143 B
Plaintext
Raw Normal View History

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