debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 26 Jun 2013 14:22:22 +0200
branchstable
changeset 9128 d988eec2d5d3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test/schemaserial] swap got/expected to get nicer unittest2 diagnostics Prepares #2965518.

#! /bin/sh -e

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