debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 20 May 2010 10:40:29 +0200
branchstable
changeset 5547 26be1e50e2cf
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] remove dead code

#! /bin/sh -e

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