#!/bin/sh if [ ! -d $HOME/.icons ] ; then mkdir $HOME/.icons fi if [ ! -d $HOME/.icons/ROX ] ; then ln -s /usr/share/rox/ROX $HOME/.icons fi @LIBDIR@/rox/ROX-Filer/AppRun $@