debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 30 Jun 2011 08:27:56 +0200
branchstable
changeset 7587 c7c0f53062f5
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[rql2sql tests] fix erroneous case (tested with psql)

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