debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 21 Oct 2011 14:32:37 +0200
changeset 7995 9a9f35ef418c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
Record a log of datafeed source imports (closes #2026097) Formatting, css and js stolen from narval.

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