post_install() {
  cat <<MSG
>>> xf86-input-synaptics driver is on maintenance mode and
    xf86-input-libinput driver must be prefered over.
MSG
}

post_upgrade() {
	post_install
}

