debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 20 Nov 2008 21:55:16 +0100
changeset 116 e2303f9b5bfa
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] more merging and reorg

#! /bin/sh -e

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