debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 24 Jul 2015 16:15:17 +0200
changeset 10580 5fbdbbe51867
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/sources] add decode_extid method avoids having the same dance in both eid_type_source variants

#! /bin/sh -e

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