debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 09 Nov 2015 15:51:02 +0100
changeset 10872 ff4f94cfa2fb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] turn eids_seq_{start,range} into class attributes Only the master-mode store will actually use eids_seq_start to reset the eid sequence.

#! /bin/sh -e

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