debian/cubicweb-twisted.postinst
author Arthur Lutz <arthur.lutz@logilab.fr>
Tue, 10 Feb 2009 18:12:10 +0100 (2009-02-10)
changeset 592 aae01d81c713
parent 0 b97547f5f1fa
permissions -rw-r--r--
have navigation on top and bottom of search results
#! /bin/sh -e

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