contrib/cgit/post-install

6 lines
121 B
Plaintext
Raw Normal View History

#!/bin/sh
if prt-get isinst lighttpd 2>/dev/null; then
echo 'include "lighttpd-cgit.conf"' >> /etc/lighttpd.conf
fi