debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 12 Mar 2010 14:55:41 +0100
branchstable
changeset 4893 15ae9a33a7f2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[db backup] fix name error in backup_to_file: we've to pass .confirm all along the chain as for restore

#! /bin/sh -e

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