#!/bin/sh

if ! [ -d "$HOME/LinAMC" ]; then
	cp -a /usr/share/linamc $HOME/LinAMC
fi

exec /usr/bin/linamc.real

exit 0

