debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 Jan 2016 11:32:12 +0100
changeset 11310 e0b7277e5394
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] PGHelper should be responsible to retrieve the database schema

#! /bin/sh -e

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