debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 31 Aug 2012 18:11:24 +0200
branchstable
changeset 8524 d2a6163ce0d5
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix ldapuser test

#! /bin/sh -e

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