debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Jun 2011 19:38:28 +0200
branchstable
changeset 7526 ae31063f3274
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleanup and assert we don't import unexpected stuff

#! /bin/sh -e

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