debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Fri, 20 Feb 2009 01:50:20 +0100
branchtls-sprint
changeset 886 0b417be91dca
parent 0 b97547f5f1fa
permissions -rw-r--r--
seems I don't need bw compat support

#! /bin/sh -e

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