debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 09 Mar 2011 12:24:50 +0100
branchstable
changeset 7063 b07ee816bffb
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix editable_attributes bug (closes #1534802)

#! /bin/sh -e

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