debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 23 Jul 2012 22:45:32 +0200
branchstable
changeset 8491 8c526cc46dc6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] add passlib to list of dependencies

#! /bin/sh -e

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