debian/cubicweb-server.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Mon, 20 Apr 2009 10:50:36 +0200
changeset 1405 4233089f7fb2
parent 0 b97547f5f1fa
permissions -rw-r--r--
add mysql configuration section in cubicweb documentation

#! /bin/sh -e

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