debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 09 Mar 2010 19:57:04 +0100
branchstable
changeset 4854 b06d2a3b27d9
parent 0 b97547f5f1fa
permissions -rw-r--r--
logilab.db compat

#! /bin/sh -e

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