debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 19 Dec 2014 12:39:42 +0100
changeset 10128 894957e1ce2d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] include "metapackage" in the cubicweb package's description Lets lintian know it's ok for it to be empty.

#! /bin/sh -e

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