debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 19 May 2009 10:05:56 +0200
branchstable
changeset 1858 69e41c88e195
parent 0 b97547f5f1fa
permissions -rw-r--r--
connect format field to form_field_format for its initial value

#! /bin/sh -e

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