#!/bin/sh

set -e

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

#DEBHELPER#
