debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 21 Jun 2016 16:35:21 +0200
changeset 11301 a76feec0a861
parent 0 b97547f5f1fa
permissions -rw-r--r--
Merge with 3.22.3

#! /bin/sh -e

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