debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 30 Mar 2011 15:44:26 +0200
changeset 7146 215275be4877
parent 0 b97547f5f1fa
permissions -rw-r--r--
backport stable to default

#! /bin/sh -e

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