Contrib cleanup, moving to Factory OBS-URL: https://build.opensuse.org/request/show/81371 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rox-filer?expand=0&rev=1
7 lines
93 B
Bash
7 lines
93 B
Bash
#!/bin/sh
|
|
|
|
export APP_DIR=##libdir##/ROX-Filer
|
|
export BIN=ROX-Filer
|
|
|
|
exec $APP_DIR/$BIN "$@"
|