case "${ACTION}" in
post)
# Link to GUI config if there is none or it is a symlink
if [ ! -e etc/hp/hplip.conf ] || [ -L etc/hp/hplip.conf ]; then
ln -sf hplip-gui.conf etc/hp/hplip.conf
fi
esac