debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 25 Aug 2009 11:47:26 +0200
branch3.5
changeset 2974 3dfe497e5afa
parent 0 b97547f5f1fa
permissions -rw-r--r--
F tools to import data

#! /bin/sh -e

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