debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 28 Nov 2009 12:16:29 +0100
branchstable
changeset 3937 7a96c0544c13
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.5.7 for changeset 0fc300eb4746

#! /bin/sh -e

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