debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 May 2010 14:56:41 +0200
branchstable
changeset 5539 f927e6a322a6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wdoc] update users changelog

#! /bin/sh -e

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