#!/bin/sh
RUNDIR="/usr/lib64/lastfm-player"
export LD_LIBRARY_PATH="${RUNDIR}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
exec "${RUNDIR}/last.fm" ""
