debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 22 Jun 2009 07:35:38 +0200
branchstable
changeset 2130 caa5acbecc08
parent 0 b97547f5f1fa
permissions -rw-r--r--
[javascript] provide a simple function to limit textarea size (+minor cosmetic changes)

#! /bin/sh -e

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