debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 23 Jul 2009 14:12:34 +0200
changeset 2440 8e6b83e3b6b5
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
#343227: display the workflow history of any entity

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