7 lines
181 B
Bash
Executable File
7 lines
181 B
Bash
Executable File
# 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
|