debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 13 Jun 2014 11:00:41 +0200
branchstable
changeset 9923 da09975300aa
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[cwctl] don't prompt for cube options in automatic mode Closes #3984223

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