debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 21 Jan 2016 09:24:04 +0100
changeset 11136 b14885133f90
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] Make sure that newcube command test produces expected files

#! /bin/sh -e

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