debian/cubicweb-twisted.postinst
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Fri, 10 Feb 2012 10:06:19 +0100
branchstable
changeset 8205 14c52c5ee706
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entities system table] change asource and source column size (closes #1951819)

#! /bin/sh -e

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