debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Wed, 28 Jan 2009 15:28:32 +0100
changeset 496 e25a3c2f5393
parent 0 b97547f5f1fa
permissions -rw-r--r--
set default to empty string, not None

#! /bin/sh -e

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