debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Jul 2010 18:10:47 +0200
changeset 5947 e13e7833a57a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] remove deprecated test file

#! /bin/sh -e

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