debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 28 Jan 2015 15:06:34 +0100
changeset 10169 ed57c5215530
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[migration/3.20] sync rtypes before etypes We need to make sure the rtypes are inlined before adding unique indices.

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