desktop/steam/steam.install
AlmAck 4b872398b4 Steam update to 1.0.0.28
depends and optdepends fixed
added more informations on post_install/post_upgrade
2013-02-16 20:36:46 +01:00

17 lines
474 B
Bash

#!/bin/bash
# tputcolors
post_install() {
post_upgrade
}
post_upgrade() {
echo
echo 'By using this package you accept the Steam license,'
echo 'which has been installed in /usr/share/licenses/steam/LICENSE'
echo 'If you do not accept this license, you must remove the package immediately.'
echo
echo 'Beware that some games need extra libraries, for more info please look our wiki page:'
echo 'http://chakra-project.org/wiki/index.php?title=Steam'
echo
}