debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 24 Aug 2009 19:53:10 +0200
branchstable
changeset 2969 d95f23a0fc3b
parent 0 b97547f5f1fa
permissions -rw-r--r--
F add --automatic/-a option to run db-create without user input

#! /bin/sh -e

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