debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Jun 2011 22:54:20 +0200
branchstable
changeset 7506 c8cda2aca92e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib, realdb] we should close connections prior to create a new db using current db as template

#! /bin/sh -e

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