#!/bin/sh -e

#DEBHELPER#

case "$1" in
	remove)
		update-alternatives --quiet --remove pager /usr/bin/most
		;;
esac
