debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 15 Jun 2010 18:00:29 +0200
branchstable
changeset 5750 b3bc214cd479
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo] on repository initialization, properly shutdown intermediary repository

#! /bin/sh -e

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