debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Tue, 07 Apr 2009 08:55:37 +0200
changeset 1262 abaadb570626
parent 0 b97547f5f1fa
permissions -rw-r--r--
oops, forgot to clean that

#! /bin/sh -e

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