debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 26 Jan 2010 16:36:00 +0100
changeset 4368 d752ad901f14
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleanup module namespace but only importing the formwidgets module

#! /bin/sh -e

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