debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Mar 2011 18:08:12 +0100
branchstable
changeset 7056 51f88f13d6f3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dbapi] split in_memory_cnx functions

#! /bin/sh -e

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