rosenrot/install.sh

9 lines
146 B
Bash
Raw Normal View History

2023-02-05 02:23:23 +00:00
#!/bin/sh
2022-11-14 20:41:43 +00:00
./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
2022-11-14 20:41:43 +00:00
}