debian/cubicweb-ctl.postrm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 26 Jul 2011 13:11:37 +0200
branchstable
changeset 7692 b37f4fdc44d4
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[facets] make sure has_text facet data is posted correctly (closes #1857405) Posted data was associated to facet id (e.g. has-text-123098dasdf898adssdd) rather than facet name (i.e. has-text).

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