case "${ACTION}" in
post)
	# Link to the no-GUI config if there is none
	[ -e etc/hp/hplip.conf ] || ln -sf hplip-nogui.conf etc/hp/hplip.conf
esac
