debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 19 Jan 2010 12:17:22 +0100
changeset 4261 b45a3563c6bb
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix autoform_is_inlined bw compat

#! /bin/sh -e

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