]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/roundcube-core.postrm
Do not prepend path to lighty util in postinst and postrm, as per
[roundcube.git] / debian / roundcube-core.postrm
index ae7bbd949ef59f62d46a6d42bf7317210298da42..1e0467b93225dea7fa3a8e01facf61ff2a28a2c4 100644 (file)
@@ -19,7 +19,7 @@ lighttpd_remove() {
                if [ ! -x /usr/sbin/lighty-disable-mod ] ; then
                        echo "Lighttpd not installed, skipping"
                else
-                       /usr/sbin/lighty-disable-mod roundcube
+                       lighty-disable-mod roundcube
                fi
                # See bug #448682
                if [ -h /etc/lighttpd/conf-enabled/50-roundcube.conf ] ; then