debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 24 Aug 2009 20:01:05 +0200
branch3.5
changeset 2970 d83f5d96e1d7
parent 0 b97547f5f1fa
permissions -rw-r--r--
R remove code deprecated since 3.2

#! /bin/sh -e

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