#!/bin/sh

set -e

case "$1" in
    remove|purge|abort-install)
        update-mozilla-firefox-chrome
	;;
    *)
	;;
esac

#DEBHELPER#
