diff options
Diffstat (limited to 'config/chroot_local-includes')
-rwxr-xr-x | config/chroot_local-includes/lib/live/config/9010-hotfixes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/chroot_local-includes/lib/live/config/9010-hotfixes b/config/chroot_local-includes/lib/live/config/9010-hotfixes index edd86c4..70c3757 100755 --- a/config/chroot_local-includes/lib/live/config/9010-hotfixes +++ b/config/chroot_local-includes/lib/live/config/9010-hotfixes @@ -70,6 +70,14 @@ deb http://dl.google.com/linux/talkplugin/deb/ stable main EOT fi +# steam list hack +if [ -x /var/lib/dpkg/info/steam-launcher.postinst ]; then +cat <<EOT >/etc/apt/sources.list.d/steam.list +deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam +deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam +EOT +fi + # reconfigure console-setup rm -f /etc/default/console-setup . /etc/default/locale |