debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Apr 2010 12:42:01 +0200
changeset 5321 6bdca255985a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[dbapi] fallback to Entity when etypes registry isn't initialized (weird we haven't catchi this pb before)

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