debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 06 Feb 2010 10:31:27 +0100
branchstable
changeset 4484 d87989d91635
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix duplicated vregistry initialization during tests

#! /bin/sh -e

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