debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 01 Aug 2009 01:23:22 +0200
changeset 2622 3c7edaa6c6d2
parent 0 b97547f5f1fa
permissions -rw-r--r--
oops, should have been in a earlier commit (META_RELATION_TYPES renaming)

#! /bin/sh -e

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