debian/cubicweb-twisted.postinst
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Thu, 28 Mar 2013 13:46:50 +0100
changeset 8823 3f590510f72e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tutorial] minor documentation fixes

#! /bin/sh -e

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