debian/cubicweb-twisted.postinst
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Tue, 25 Nov 2008 17:41:16 +0100
changeset 142 0425ee84cfa6
parent 0 b97547f5f1fa
permissions -rw-r--r--
add selector to test if result set is an object (for rss feed component)

#! /bin/sh -e

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