debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Feb 2010 08:39:30 +0100
changeset 4621 fe1c5a46a1cb
parent 0 b97547f5f1fa
permissions -rw-r--r--
move captcha view to a place where it will be loaded by the registry...

#! /bin/sh -e

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