debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 23 Sep 2013 15:03:03 +0200
branchstable
changeset 9238 08812a274425
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] replace find | xargs rm with find -delete in cube skeleton. Closes #3161797

#! /bin/sh -e

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