debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Tue, 12 May 2009 17:16:05 +0200
branchtls-sprint
changeset 1748 aa1806e76699
parent 0 b97547f5f1fa
permissions -rw-r--r--
enhance warning message to ease debugging

#! /bin/sh -e

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