debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Wed, 11 Mar 2009 23:29:08 +0100
branchtls-sprint
changeset 1086 c8ff5c7fd0ae
parent 0 b97547f5f1fa
permissions -rw-r--r--
move get_widget in the to-deprecate section

#! /bin/sh -e

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