debian/cubicweb-server.postinst
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Fri, 23 Jan 2009 16:19:36 +0100
changeset 460 5cd2b27d5435
parent 0 b97547f5f1fa
permissions -rw-r--r--
owl schema error correction

#! /bin/sh -e

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