debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Oct 2010 23:36:35 +0200
changeset 6465 6401a9d0b5aa
parent 0 b97547f5f1fa
permissions -rw-r--r--
[architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first

#! /bin/sh -e

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