debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 19 May 2016 14:27:28 +0200
changeset 11454 7770559e3945
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] Update skeleton and newcube command to cube as package layout Related to #13001466.

#! /bin/sh -e

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