aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/debian-12/install-with-dependencies.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 19:31:04 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 19:31:04 -0300
commitaf208844b575edb6ce9205507289a00743a8bf4e (patch)
treec36ebd9e175a4d60a1b31d0f94f085a9d1f90aae /user-scripts/debian-12/install-with-dependencies.sh
parent878d6a890bdc1a8381b0c44c80c36d829cc28fc1 (diff)
reorg makefile and make runtime locations less messy
In particular, stop using the installation directory for anything and instead move to /opt/rosenrot The user specific cache remains at /home/user/.cache
Diffstat (limited to 'user-scripts/debian-12/install-with-dependencies.sh')
-rw-r--r--user-scripts/debian-12/install-with-dependencies.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh
index e1aa254..687c376 100644
--- a/user-scripts/debian-12/install-with-dependencies.sh
+++ b/user-scripts/debian-12/install-with-dependencies.sh
@@ -23,6 +23,8 @@ cd -
# Debian desktop icon
chmod +x rosenrot.desktop
sudo cp rosenrot.desktop /usr/share/applications
+mkdir -p /opt/rosenrot
+sudo cp rosenrot-desktop-icon.png /opt/rosenrot/
# Optionally, set a shortcut (within GNOME)
# https://askubuntu.com/questions/597395/how-to-set-custom-keyboard-shortcuts-from-terminal/1007035#1007035