debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Oct 2009 12:03:24 +0200 (2009-10-13)
changeset 3652 9fba30110377
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[testlib] nicer http headers and cookie faking in fake request
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0