debian/cubicweb-twisted.postinst
author Florent Cayré <florent.cayre@logilab.fr>
Fri, 02 Mar 2012 09:44:58 +0100
changeset 8292 6f2de09b29e8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[undo, test] fix undohistory selector et related tests

#! /bin/sh -e

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