debian/cubicweb-ctl.postrm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 20 Mar 2012 18:29:13 +0100
changeset 8325 7f2337d7937f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[static-file] return Unauthorized on blocked directory listing This is more appropriate than 404 NOT FOUND

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