debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Apr 2012 21:52:23 +0200
changeset 8357 8b16593abd85
parent 0 b97547f5f1fa
permissions -rw-r--r--
[3.15 migration] repo-uri is a c-c command option and does not need migration since it doesn't exist in the configuration file

#! /bin/sh -e

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