debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Thu, 19 Feb 2009 22:48:50 +0100
branchtls-sprint
changeset 869 168ad6d424d1
parent 0 b97547f5f1fa
permissions -rw-r--r--
form to edit multiple entities, use it in DeleteConfForm

#! /bin/sh -e

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