debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Feb 2011 10:02:48 +0100
branchstable
changeset 6939 8fa55cf2a8cb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[c-c] fix crash on delete instance + potential others when user don't specify db user's password

#! /bin/sh -e

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