debian/cubicweb-ctl.postrm
author Aurelien Campeas
Tue, 01 Oct 2013 16:45:58 +0200
changeset 9287 e70c8c70e344
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[wsgi] add the simplest possible wsgi (debug) server This server is able to: * serve on a given port using the stdlib SimpleHTTPServer * run looping tasks Closes #3005509.

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