debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 23 Feb 2010 08:41:06 +0100
branchstable
changeset 4656 027bbff3659f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cwctl] modify command list to check for cube dependency problems

#! /bin/sh -e

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