debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 17 Mar 2011 12:21:36 +0100
branchstable
changeset 7094 4f9f13a50484
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge oldstable into default

#! /bin/sh -e

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