debian/cubicweb-twisted.postinst
author Christophe de Vienne <christophe@unlish.com>
Tue, 09 Dec 2014 15:18:58 +0100
changeset 10113 e1e8df594d58
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Add BigInt to the list of built-in types

#! /bin/sh -e

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