debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 30 Nov 2010 22:26:55 +0100
branchstable
changeset 6713 3c81dbb58ac4
parent 0 b97547f5f1fa
permissions -rw-r--r--
prepare 3.10.6

#! /bin/sh -e

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