debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 28 Mar 2011 14:49:22 +0200
branchstable
changeset 7114 d80c8c30aba7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[c-c create] db-create doesn't not take a verbose option any longer

#! /bin/sh -e

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