debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 18 Jul 2014 16:14:58 +0200
changeset 9894 9461d1bd70bb
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge from 3.18 branch

#! /bin/sh -e

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