debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 24 Oct 2013 18:28:18 +0200
branchstable
changeset 9333 22423634d06d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/initrepo] show failed sql statements and abort if necessary (closes #3308564)

#! /bin/sh -e

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