X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Froundcube-core.postinst;h=80a085aaaa2c5065473e49250dd3e95636ce4558;hb=d742e4bd6334360849c6ef11ca90692dd50b0df1;hp=fe3094f50915dac8b0720cc1549a579f5c264b1d;hpb=d6070efb8892587c3e92f722fe5efb3a059e6531;p=roundcube.git diff --git a/debian/roundcube-core.postinst b/debian/roundcube-core.postinst index fe3094f..80a085a 100644 --- a/debian/roundcube-core.postinst +++ b/debian/roundcube-core.postinst @@ -23,7 +23,7 @@ lighttpd_install() { echo "Lighttpd not installed, skipping" else ln -s /etc/roundcube/lighttpd.conf /etc/lighttpd/conf-available/50-roundcube.conf - /usr/sbin/lighty-enable-mod roundcube + lighty-enable-mod roundcube fi fi }