debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 06 Jul 2015 17:15:24 +0200
changeset 10489 8a2e2efe9362
parent 0 b97547f5f1fa
permissions -rw-r--r--
[serverctl] fix source-sync command Closes #5491700

#! /bin/sh -e

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