debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 09 Apr 2014 15:42:27 +0200
changeset 9759 846bc9227394
parent 0 b97547f5f1fa
permissions -rw-r--r--
[serverctl] rename 'add-source' to 'source-add' for consistency's sake (closes #3732169)

#! /bin/sh -e

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