debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sun, 06 Feb 2011 11:33:04 +0100
branchstable
changeset 6940 1172c25655b7
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[rql2sql] should not select a neged relation as principal + simplify code for sql generation for attribute relation

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