debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 11 Jul 2011 13:45:04 +0200
changeset 7646 91a984ba420f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[native source] fix bug introduced in 7645:cb2459aaa7d7: fetchone() may return None

#! /bin/sh -e

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