debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 07 Sep 2010 23:00:53 +0200
branchstable
changeset 6186 8ada7df95877
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] set ask_confirm=False by default on rqlexec

#! /bin/sh -e

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