debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 22 Sep 2010 10:10:19 +0200
branchstable
changeset 6295 6e1c2aca9fa0
parent 0 b97547f5f1fa
permissions -rw-r--r--
updated yams and logilab.database dependency, start preparing 3.9.8

#! /bin/sh -e

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