debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 30 Apr 2010 19:58:17 +0200
branchstable
changeset 5451 7b2e9f774028
parent 0 b97547f5f1fa
permissions -rw-r--r--
ignore annoying warnings about pygments already being imported and stuff being added to python path

#! /bin/sh -e

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