debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 13 Jul 2016 12:17:37 +0200
changeset 11409 218815f40576
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema2sql] Drop unused indent argument on aschema2sql Related to #14050899

#! /bin/sh -e

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