#!/bin/ash
if [ -f /usr/bin/pcmanfm ] ;then
    /usr/bin/pcmanfm "$@" &
else
    /usr/bin/pcmanfm-qt "$@" &
fi