debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 16 Nov 2009 14:47:47 +0100
branchstable
changeset 3858 ba96e4607e67
parent 0 b97547f5f1fa
permissions -rw-r--r--
add XX reminder

#! /bin/sh -e

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