debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 10 Feb 2009 14:39:59 +0100
changeset 567 49a66268c1a7
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-debian-version-3_0_9-1 for changeset a8e9e53b245d

#! /bin/sh -e

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