7 lines
181 B
Bash
7 lines
181 B
Bash
|
# requrired to run other configured scripts
|
||
|
/bin/sh /etc/rc
|
||
|
# setup mozilla tmp cache
|
||
|
mkdir /tmp/mozilla
|
||
|
ln -sf /tmp/mozilla /usr/home/p/.cache
|
||
|
chown p:p /usr/home/p/.cache/mozilla
|