debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 19:18:54 +0200
changeset 9126 e0b63ea2c65b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dbapi] deprecated the dbapi

#! /bin/sh -e

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