debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 01 Sep 2015 17:13:16 +0200
changeset 10886 941e3d15c338
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools/qunit] Fail quickly if firefox is not installed

#! /bin/sh -e

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