#!/bin/sh
install -d /var/games
install -d /usr/games
install --strip --mode=4755 sasteroids /usr/games
