Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > bf0cb782fe3d68c386e7a604ee7e5eba > files > 2

halevt-0.1.5-5mdv2010.1.src.rpm

#!/bin/sh

[ -n "$DISPLAY" ] || exit 1

CMD=
if which nautilus >/dev/null 2>/dev/null; then
    pidof nautilus >/dev/null && exit
    CMD="nautilus --no-desktop"
fi
which pcmanfm >/dev/null 2>/dev/null && CMD="pcmanfm --no-desktop"

[ -n "$CMD" ] && exec $CMD "$@"