debian/cubicweb-twisted.prerm
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Wed, 28 Jan 2009 14:48:23 +0100
changeset 495 f8b1edfe9621
parent 0 b97547f5f1fa
permissions -rw-r--r--
[#80966] Opera supports xhtml and handles namespaces properly but it breaks jQuery.attr(), so xhtml_browser return False if the webbrowser is opera

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0