debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 31 Jul 2013 16:04:10 +0200
branchstable
changeset 9207 c99e97e9f566
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testing] add missing generate_bigint method to ValueGenerator. Closes #3059327

#! /bin/sh -e

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