debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Fri, 03 Apr 2009 19:08:09 +0200
changeset 1229 dd9bdcfc03b6
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleanup _handle_cross_relation

#! /bin/sh -e

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