#!/bin/sh

if [ "$1" = "upgrade" ]; then
  . /usr/share/debconf/confmodule
  db_input medium smsclient/move || true
  db_go
fi

##DEBHELPER##
