0594f570a0
put rocview.sh in the -gui SUBPACKAGE where it belongs to OK aja@
7 lines
130 B
Bash
7 lines
130 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p ~/rocrail
|
|
cd ~/rocrail
|
|
|
|
${TRUEPREFIX}/bin/rocview -sp /var/rocrail -themespath ${TRUEPREFIX}/share/rocrail $@
|