]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/roundcube-core.postinst
Do not prepend path to lighty util in postinst and postrm, as per
[roundcube.git] / debian / roundcube-core.postinst
index fe3094f50915dac8b0720cc1549a579f5c264b1d..80a085aaaa2c5065473e49250dd3e95636ce4558 100644 (file)
@@ -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
 }