debian/cubicweb-ctl.postrm
author Stéphanie Marcu <steph@logilab.fr>
Wed, 23 Jun 2010 14:56:21 +0200
branchstable
changeset 5830 23ea56123670
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0