debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 26 Jan 2012 15:55:27 +0100
changeset 8181 166ad5458ed8
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[migractions] fix comment to avoid ambiguity. Closes #2015260

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