debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Wed, 28 Jan 2009 17:41:14 +0100
changeset 513 907c18c01c60
parent 0 b97547f5f1fa
permissions -rw-r--r--
while EntityView has been used here?? (changeset 501 by laure)

#! /bin/sh -e

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