debian/cubicweb-twisted.postinst
author Vladimir Popescu <vladimir.popescu@logilab.fr>
Thu, 25 Apr 2013 10:57:01 +0200
changeset 8927 885dea8f16a0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cubicweb/doc] Replace dc_type() by cw_etype dc_type() is may be translated. Leading to terrible terrible damage.

#! /bin/sh -e

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