debian/cubicweb-ctl.postrm
author Julien Jehannet <julien.jehannet@logilab.fr>
Fri, 22 Oct 2010 16:14:48 +0200
branchstable
changeset 6685 eeedb3575d25
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[uilib] soup2xhtml uses now lxml.html.Cleaner The lxm cleaner class let you configure more easily the allowed tag elements in parsed content. Caveats: - attributes in elements are not dropped (and html layout can be broken if css classes are reused) - root tag element in snippet is buggy

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