debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 03 Jul 2009 10:26:19 +0200
branchstable
changeset 2251 799ff50ddfe8
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix tests to avoid schema copy, pytest unittest_migration.py OK

#! /bin/sh -e

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