debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 May 2009 14:19:30 +0200
changeset 2005 e8032965f37a
parent 0 b97547f5f1fa
permissions -rw-r--r--
turn every form class into appobject. They should not be instantiated manually anymore.

#! /bin/sh -e

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