debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 30 May 2016 21:35:50 +0200
changeset 11450 c7296e06e74e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[skeleton] Remove test/pytestconf.py

#! /bin/sh -e

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