debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 30 Jul 2010 11:53:16 +0200
branchstable
changeset 6043 bfe13118b5aa
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[js/edition] fix pb with IE not handling long GETs #1203789

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