debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Dec 2009 18:17:28 +0100
branchstable
changeset 4097 bc387c49e02b
parent 0 b97547f5f1fa
permissions -rw-r--r--
remove redundant line

#! /bin/sh -e

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