debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Fri, 30 Aug 2013 15:34:58 +0200
branchstable
changeset 9267 24d9b86dfa54
parent 0 b97547f5f1fa
permissions -rw-r--r--
spelling: rollbacked -> rolled back

#! /bin/sh -e

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