debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 Dec 2012 12:42:56 +0100
changeset 8708 78a99960286a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ldapfeed] all options of a source should be in the same group, else you get AssertionError on c-c add-source. Closes #2538398

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0