debian/cubicweb-ctl.postrm
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 17 Feb 2014 11:27:25 +0100
changeset 9815 12e6d911027a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[views] Rewrite cw.utils.formContents() with jQuery (closes #3747244) Use jQuery's serializeArray() method instead. Just keep a bit of compatibility with FCKEditor...

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