debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 11 Jun 2009 19:04:20 +0200
branchstable
changeset 2100 89b825cdec74
parent 0 b97547f5f1fa
permissions -rw-r--r--
simplify transaction data api, reorganize code

#! /bin/sh -e

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