9 lines
146 B
Bash
Executable File
9 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./build.sh && {
|
|
cp -f rose /usr/bin
|
|
mkdir -p /usr/share/themes/rose
|
|
cp style.css /usr/share/themes/rose/
|
|
cp rose-mklink /usr/bin
|
|
}
|