cgit: edited post-install

This commit is contained in:
John McQuah 2023-08-22 14:46:24 -04:00
parent 7e40a18839
commit 850e2e28c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
if prt-get isinst lighttpd 2>/dev/null; then
if prt-get isinst lighttpd && [ -e /etc/lighttpd-cgit.conf ]; then
echo 'include "lighttpd-cgit.conf"' >> /etc/lighttpd.conf
fi