#!/bin/sh

if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "0.2.8.1-1";
then
  mv /var/state/aptitude /var/lib
fi

#DEBHELPER#
