debian/cubicweb-twisted.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Mon, 27 Apr 2009 16:08:28 +0200
changeset 1608 57cd5b89d10c
parent 0 b97547f5f1fa
permissions -rw-r--r--
StartupView have already match_user_group selector

#! /bin/sh -e

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