debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Jan 2011 15:57:26 +0100
branchstable
changeset 6838 6c7adf825b3c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[hook] drop now deprecated comment (pop handled by get_data)

#! /bin/sh -e

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