debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Tue, 17 Feb 2009 23:21:23 +0100
branchtls-sprint
changeset 719 2a610efe21ce
parent 0 b97547f5f1fa
permissions -rw-r--r--
default to yes_registerer

#! /bin/sh -e

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