debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 24 Nov 2011 17:00:09 +0100
changeset 8101 f9fa2f47572c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sorted navigation] refactor code so that when an attribute is found, nb_chars may be recomputed anyway according to variable type

#! /bin/sh -e

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