debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 04 Mar 2010 10:56:27 +0100
branchstable
changeset 4791 b9a1b16a8d26
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix schema serialization, bad repartition of changes between stable and default

#! /bin/sh -e

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