debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Tue, 19 Jul 2016 18:08:06 +0200
branch3.22
changeset 11405 5ba55f4c813a
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge 3.20.16 in 3.22

#! /bin/sh -e

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