debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Jun 2011 15:16:58 +0200
branchstable
changeset 7522 6f6b334a14b7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] update to new db handler api

#! /bin/sh -e

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