debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 09 Dec 2010 14:35:20 +0000
brancholdstable
changeset 6733 627a93027605
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ldap] fix user-filter handling

#! /bin/sh -e

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