debian/cubicweb-twisted.postinst
author syt@www.fleurdetomate.fr
Fri, 22 Jan 2010 10:30:11 +0100
changeset 4325 16642cc7d497
parent 0 b97547f5f1fa
permissions -rw-r--r--
oops, missing return

#! /bin/sh -e

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