forked from ports/contrib
6 lines
121 B
Bash
6 lines
121 B
Bash
#!/bin/sh
|
|
|
|
if prt-get isinst lighttpd 2>/dev/null; then
|
|
echo 'include "lighttpd-cgit.conf"' >> /etc/lighttpd.conf
|
|
fi
|