debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Jun 2011 17:02:50 +0200
branchstable
changeset 7524 c019c3426049
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ui, sources] configure source form: hide synchronizing and mapping entities, use simple text input for parser

#! /bin/sh -e

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