#!/bin/bash
# tputcolors

post_install() {
  post_upgrade
}

post_upgrade() {
  cat <<EOF
By using this package you accept the Steam license,
which has been installed in /usr/share/licenses/steam/LICENSE
If you do not accept this license, you must remove the package immediately.

Chakra Linux is not officially supported by Valve.
For help, please visit https://community.chakralinux.org.
EOF

}
