#!/bin/sh
set -e

case "$1" in
	remove|purge)
		update-alternatives --remove neofetch /usr/lib/neofetch/neofetch || true
		;;
esac

#DEBHELPER#
