#!/bin/sh

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib

EXE_TO_RUN="$libdir/f-spot/f-spot.exe"

exec -a f-spot mono $EXE_TO_RUN "$@"
