#!/bin/sh
test -e /etc/steam || mkdir /etc/steam
ln -s ../../bin/pike7.4 steam || true
#FIXME: this should link against the versioned binary in /usr/lib/pike
# so that steam is not hurt by paralell pike installs
chmod 755 steam
./setup config/ /etc/steam/
echo "Installation finished successfully..."
