debian/cubicweb-twisted.postinst
author Florent <florent@secondweb.fr>
Wed, 22 Apr 2009 09:45:54 +0200
branchtls-sprint
changeset 1479 b7494ff85e16
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge

#! /bin/sh -e

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