debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Jun 2010 16:57:00 +0200
changeset 5719 8450389f2073
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[idownloadable] depends on a new mtconverter release

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