debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 02 Feb 2015 12:17:29 +0100
changeset 10176 7d3a583ed539
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] build-depend on markdown for documentation build

#! /bin/sh -e

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