debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 29 Jun 2011 16:29:15 +0200
changeset 7591 cb6ece9cdb78
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[cw-ctl] add command versions to list versions of cubes used by an instance (closes #508052)

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