debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Apr 2011 01:06:29 +0200
branchstable
changeset 7158 0f31a50b144e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] cleanups, update docstring to up-to-date usage

#! /bin/sh -e

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