![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
22 Aug
2023
22 Aug
'23
6:46 p.m.
commit 850e2e28c72755d35f3502d3fb99e269215f5a3b Author: John McQuah <jmcquah@disroot.org> Date: Tue Aug 22 14:46:24 2023 -0400 cgit: edited post-install diff --git a/cgit/post-install b/cgit/post-install index d905c499e..6001b5f2a 100644 --- a/cgit/post-install +++ b/cgit/post-install @@ -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