#!/bin/sh
# postrm script for kristshell-repo

set -e
set -u

# Remove apt sources?

rm -f /etc/apt/sources.list.d/kristshell.list

#DEBHELPER#
