6 lines
143 B
Bash
6 lines
143 B
Bash
#!/bin/sh
|
|
|
|
if prt-get isinst lighttpd && [ -e /etc/lighttpd-cgit.conf ]; then
|
|
echo 'include "lighttpd-cgit.conf"' >> /etc/lighttpd.conf
|
|
fi
|