debian/cubicweb-twisted.postinst
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 10 Aug 2009 09:58:40 -0700
changeset 2775 bd4e61e3a600
parent 0 b97547f5f1fa
permissions -rw-r--r--
[view] make RegistryView xhtml valid

#! /bin/sh -e

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