debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 24 Jul 2009 13:04:44 +0200
changeset 2474 23e8aa37b2df
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix/enhance baseview doc

#! /bin/sh -e

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