debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 17 Jul 2015 13:49:58 +0200
changeset 10542 53a2b00b6758
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] fix link to setup info in README ... and fix URL to the repository's gpg key.

#! /bin/sh -e

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