debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Wed, 10 Apr 2013 10:39:15 +0200
branchstable
changeset 8882 ee860c51f56b
parent 0 b97547f5f1fa
permissions -rw-r--r--
3.16.3

#! /bin/sh -e

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