debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 01 Apr 2014 14:46:55 +0200
branchstable
changeset 9599 13dd3a57dabb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test/utils] repair concat-resources test That was forgotten in 240a620b9cd3. Related to #3670503.

#! /bin/sh -e

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