debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 12 Oct 2015 09:19:07 +0200
changeset 10649 4be98ec89fef
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag 3.21.2, debian/3.21.2-1, centos/3.21.2-1 for changeset a5428e1ab364

#! /bin/sh -e

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