debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 May 2012 15:45:58 +0200
changeset 8382 76c7149d9076
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ldapfeed] don't crash if entity is None. Closes (superficialy) #2341266

#! /bin/sh -e

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