#!/bin/sh
# post install script for the Debian GNU/Linux xtell package

set -e

if [ "$1" = "purge" ] ; then
  if [ -f "/etc/xtelldrc" ]; then
    rm -f "/etc/xtelldrc"
  fi
fi

#DEBHELPER#
