debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 29 Jun 2016 11:06:25 +0200
branch3.23
changeset 11394 f0188639e544
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] Adjust symlink to cubicweb package so that documention builds fine Broken since source tree re-organization.

#! /bin/sh -e

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