debian/cubicweb-twisted.postinst
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 11 Nov 2008 15:06:08 -0800
changeset 23 af1e65cb1123
parent 0 b97547f5f1fa
permissions -rw-r--r--
Removed chap_bases_framework as it has been merged un chap_fondements. Fix encoding of hooks chapter.

#! /bin/sh -e

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