debian/cubicweb-twisted.postinst
author Rabah Meradi <rabah.meradi@logilab.fr>
Wed, 03 Jun 2015 17:17:29 +0200
changeset 10378 ad0cea3ab218
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] escape | operator so it will be visible in the docs

#! /bin/sh -e

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