debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 12 Sep 2011 12:00:31 +0200
branchstable
changeset 7777 2764987eb17a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[user management] disable http cache on user management view (not really a startup view)

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