debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 25 Sep 2009 11:54:03 +0200
changeset 3479 d4fbf41adb5b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[inplace edit] we can now use edition form for both attributes and relations inplace form

#! /bin/sh -e

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