debian/cubicweb-ctl.postrm
author Anthony Truchet <anthony.truchet@logilab.fr>
Thu, 15 Mar 2012 14:26:12 +0100
changeset 8306 4da49700b06a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[config, undo] Fix undo-support option migration

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