#!/bin/sh

if prt-get isinst lighttpd && [ -e /etc/lighttpd-cgit.conf ]; then
    echo 'include "lighttpd-cgit.conf"' >> /etc/lighttpd.conf
fi
