debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Feb 2010 17:39:13 +0100
branchstable
changeset 4670 48ba6f820fae
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix #615379 by checking admin user exists instead of making think everything is fine

#! /bin/sh -e

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