debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 12 Nov 2010 07:44:59 +0100
branchstable
changeset 6700 accb7290a31c
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix typo

#! /bin/sh -e

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