debian/cubicweb-ctl.postrm
author Vincent Michel <vincent.michel@logilab.fr>
Mon, 31 Mar 2014 11:18:44 +0000
branchstable
changeset 9597 8e9db17ce129
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[dataimport] Correctly call rschema(rtype) in SqlGenObjectStore, closes #3694139

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