debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 Aug 2009 18:30:29 +0200
branch3.5
changeset 2990 f221ba8552ab
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[wf] new method on WorkflowableMixIn to get the transition which had led to the current sub-workflow

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