debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Feb 2011 13:38:40 +0100
changeset 6983 0459635ce666
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] generate slapd.conf to be cwd independant

#! /bin/sh -e

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