debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 01 Apr 2014 15:46:17 +0200
changeset 9607 6942622fd5dc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repository] Use an internal connection in register_user

#! /bin/sh -e

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