debian/cubicweb-twisted.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 16 Apr 2009 17:37:59 +0200
changeset 1383 a793dc5bfd67
parent 0 b97547f5f1fa
permissions -rw-r--r--
add a function to retrieve a list of mainactions

#! /bin/sh -e

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