debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 14 Apr 2014 12:29:01 +0200
branchstable
changeset 9703 79ad734ca4d3
parent 0 b97547f5f1fa
permissions -rw-r--r--
an utf-8 -> a utf-8

#! /bin/sh -e

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