debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 22 May 2014 18:29:50 +0200
changeset 9756 1fabbfff4a57
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[debian] version cubicweb-bootstrap Breaks Apparently 0.6.x is OK with cw 3.19.

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