debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 20 Aug 2009 14:48:35 +0200
branch3.5
changeset 2935 e06b3eadef31
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views,pdf] minimal support for xhtml->pdf conversion

#! /bin/sh -e

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