debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 20 Oct 2009 18:13:36 +0200
branchstable
changeset 3760 9d93faa0e6dc
parent 0 b97547f5f1fa
permissions -rw-r--r--
actually hide the value when editing, cleanup spurious arg

#! /bin/sh -e

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