post_install() {
	echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
	echo "To enable until next restart:"
	echo "\$ sudo systemctl start ananicy"
	echo "To enable and presist after restart:"
	echo "\$ sudo systemctl start ananicy"
	echo "\$ sudo systemctl disable ananicy"
	echo "Configs are located in /etc/ananicy.d/"
	echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
}
