debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 03 Nov 2015 15:56:39 +0100
changeset 10825 56ca5f6e0533
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/test] add test for db-dump command

#! /bin/sh -e

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