lib32/steam/steam.install

19 lines
498 B
Plaintext
Raw Normal View History

2013-03-24 01:17:26 +08:00
#!/bin/bash
# tputcolors
post_install() {
post_upgrade
}
post_upgrade() {
update-desktop-database -q
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:'
2015-05-20 02:35:38 +08:00
echo 'http://chakraos.org/wiki/index.php?title=Steam'
2013-03-24 01:17:26 +08:00
echo
}