#!/bin/sh -e

set -e

#DEBHELPER#

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