desktop/steam/steam.install
AlmAck a6c70fd4dc steam update to version 1.0.0.35
new steam monochromatic icon introduced
added "update-desktop-database -q" to the install file to update the .desktop file after the installation
removed flashplugin as optdepends because lib32 version is needed (actually present in ccr)
2013-03-03 17:28:08 +01:00

18 lines
503 B
Bash

#!/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:'
echo 'http://chakra-project.org/wiki/index.php?title=Steam'
echo
}