debian/cubicweb-twisted.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Tue, 02 Dec 2008 17:46:44 +0100
changeset 170 455ff18ef28e
parent 0 b97547f5f1fa
permissions -rw-r--r--
use repr (instead of str) to print rql in __repr__ method of a result set

#! /bin/sh -e

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