debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Fri, 26 Jun 2015 10:26:00 +0200
changeset 11428 7995ae2d74be
parent 0 b97547f5f1fa
permissions -rw-r--r--
[hooks/test/synschema] remove an unneeded skipTest. Related to #5557633.

#! /bin/sh -e

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