debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Jun 2010 11:36:01 +0200
branchstable
changeset 5730 784025c15a3c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[xhtml] fix soup2xhtml to deal with malformed div,body and html tags which may leads to malformed return value

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