#!/bin/sh -e

if [ "$1" = "configure" ]; then
	update-alternatives --auto pager
fi

#DEBHELPER#

exit 0
