debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Tue, 24 Feb 2009 20:59:07 +0100
changeset 937 491dbd818f9b
parent 0 b97547f5f1fa
permissions -rw-r--r--
avoid patching if already done

#! /bin/sh -e

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