debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 08 Jan 2015 12:36:20 +0100
changeset 10148 7dfe2ce412b0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] remove old and unused argouml files

#! /bin/sh -e

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