debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 19 Aug 2011 10:53:23 +0200
branchstable
changeset 7751 50f89f05ae0a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc/book] fix ref to trustedauth cube

#! /bin/sh -e

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