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