debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 29 Aug 2013 12:55:27 +0200
branchstable
changeset 9227 762a331db741
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[schema] fix spurious warning when rqlexpr/constraint mainvars specify a non predefined variable. Closes #3098165

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