debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 15 Jun 2010 18:00:28 +0200
branchstable
changeset 5749 b4393b681f7a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo] on repository shutdown, we've to close the new eid creation connection

#! /bin/sh -e

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