debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 10 Apr 2013 15:34:18 +0200
branchstable
changeset 8884 e750e5abd1c7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] protect xvfb-run.sh against clean_up being called twice

#! /bin/sh -e

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