#!/bin/sh -e

if test -x /usr/bin/update-menus ; then update-menus ; fi

case "$1" in
	(remove)
	remove-shell /bin/zsh-beta
	;;
esac
