debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 22 Jul 2013 10:55:45 +0200
branchstable
changeset 9164 4415209bea0a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[migration] when adding a cube, skip infered relations (closes #3005576) Skipped infered relations are recalculated later.

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