#!/bin/bash

# Source debconf
. /usr/share/debconf/confmodule
#DEBHELPER#

# Get the directory
db_get fuss-fucc/sftp_directory
SFTPDIR="$RET"

# Remove installed files
rm -rf ${SFTPDIR}/clientScripts
# Do not delete computerList.txt as far as it may still be useful
rm -rf /etc/fuss-fucc

# Prune the debconf database
db_purge
