debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 21 Jul 2016 15:32:36 +0200
changeset 11464 96d1aed1e2b5
parent 0 b97547f5f1fa
permissions -rw-r--r--
Drop the only reference to an '__insert' form key

#! /bin/sh -e

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