debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 08 Jul 2014 10:34:50 +0200
changeset 9918 228c3571e222
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[entities, view] delete dead code The auto_unwrap_bw_compat metaclass calls unwrap_adapter_compat, which was removed in changeset 697a8181ba30 "remove 3.9 bw compat". So this can't possibly work anymore, meaning we can get rid of it.

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