#!/bin/sh
set -e

case "$1" in
	configure)
		update-alternatives --install /usr/bin/neofetch neofetch /usr/lib/fastfetch/neofetch-wrapper 10
		;;
esac

#DEBHELPER#
