debian/cubicweb-twisted.postinst
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Fri, 19 Dec 2008 17:34:03 +0100
changeset 247 3417739305a1
parent 0 b97547f5f1fa
permissions -rw-r--r--
don't fail if row is None (at least necessary when searching for possible views)

#! /bin/sh -e

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