debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 09 Dec 2011 12:08:27 +0100
brancholdstable
changeset 8123 a4e667270dd4
parent 0 b97547f5f1fa
permissions -rw-r--r--
oldstable is 3.13.X

#! /bin/sh -e

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