debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 10 Jan 2014 16:37:12 +0100
changeset 9394 4b89ca0b11ad
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[server/test] reorganize data/migratedapp/schema.py to allow comparison with data/schema.py Pure reorganization to make it possible to visually compare both schemas.

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