debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 May 2016 11:32:23 +0200
changeset 11267 c2e7fd344b90
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] Drop old init_test_database backward compat

#! /bin/sh -e

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