debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 15 May 2012 10:36:02 +0200
branchstable
changeset 8403 a6ee3cd783e1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[data import] allow a request to be given as argument, ease use from web ui

#! /bin/sh -e

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