#!/bin/sh

[ -f /usr/bin/apt-show-versions ] || exit 0

/usr/bin/apt-show-versions -i
