contrib/cgit/post-install
John McQuah b864b91252 cgit: adopted
clean up dependencies; accommodate offline builds (after pkgmk -do)
2023-08-18 14:53:06 -04:00

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