#!/bin/sh
set -e

if [ "$1" = "configure" ]  && dpkg --compare-versions "$2" lt 1; then
    jaunty-end-of-life
fi;

exit 0
