debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 23 Apr 2013 18:15:10 +0200
changeset 8907 ddeb02b02222
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge with other default head

#! /bin/sh -e

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