debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Mon, 05 Oct 2015 16:36:49 +0200
changeset 10623 b9322cc17d7e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sources/native] fix potential NameError (closes #7364249)

#! /bin/sh -e

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