debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 19 May 2009 13:08:51 +0200 (2009-05-19)
branchstable
changeset 1862 94dc8ccd320b
parent 0 b97547f5f1fa
permissions -rw-r--r--
#343322: should generate IS NULL in sql w/ None values in substitution
#! /bin/sh -e

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