debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 24 Jul 2014 14:52:16 +0200
changeset 9933 3674f249ab1d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] pre_setup_database takes a Connection, not a Session

#! /bin/sh -e

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