debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 12 Jul 2010 14:11:09 +0200
changeset 5963 4d75f743ed49
parent 0 b97547f5f1fa
permissions -rw-r--r--
[actions] homogen action/view selectors. Move action together with associated view to avoid such thing in the future

#! /bin/sh -e

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