debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 21 Jul 2009 12:38:10 +0200
branchstable
changeset 2398 a8d18e320ef3
parent 0 b97547f5f1fa
permissions -rw-r--r--
a standard-conformant fix for sgml_tags

#! /bin/sh -e

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