From 46863516ca9f95f0687cfb049d15665e054dbf04 Mon Sep 17 00:00:00 2001 From: Thomas Hooge Date: Sat, 18 Oct 2025 08:12:53 +0200 Subject: [PATCH] Verzeichnis umbenannt --- .gitignore | 1 + {background => backgrounds}/channelmap_1920.jpg | Bin {background => backgrounds}/channelmap_800.jpg | Bin {background => backgrounds}/seamap_1920.jpg | Bin {background => backgrounds}/seamap_800.jpg | Bin {background => backgrounds}/selma_1920.png | Bin {background => backgrounds}/selma_800.png | Bin install.sh | 4 ++-- 8 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore rename {background => backgrounds}/channelmap_1920.jpg (100%) rename {background => backgrounds}/channelmap_800.jpg (100%) rename {background => backgrounds}/seamap_1920.jpg (100%) rename {background => backgrounds}/seamap_800.jpg (100%) rename {background => backgrounds}/selma_1920.png (100%) rename {background => backgrounds}/selma_800.png (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/background/channelmap_1920.jpg b/backgrounds/channelmap_1920.jpg similarity index 100% rename from background/channelmap_1920.jpg rename to backgrounds/channelmap_1920.jpg diff --git a/background/channelmap_800.jpg b/backgrounds/channelmap_800.jpg similarity index 100% rename from background/channelmap_800.jpg rename to backgrounds/channelmap_800.jpg diff --git a/background/seamap_1920.jpg b/backgrounds/seamap_1920.jpg similarity index 100% rename from background/seamap_1920.jpg rename to backgrounds/seamap_1920.jpg diff --git a/background/seamap_800.jpg b/backgrounds/seamap_800.jpg similarity index 100% rename from background/seamap_800.jpg rename to backgrounds/seamap_800.jpg diff --git a/background/selma_1920.png b/backgrounds/selma_1920.png similarity index 100% rename from background/selma_1920.png rename to backgrounds/selma_1920.png diff --git a/background/selma_800.png b/backgrounds/selma_800.png similarity index 100% rename from background/selma_800.png rename to backgrounds/selma_800.png diff --git a/install.sh b/install.sh index f4002cc..7eab743 100755 --- a/install.sh +++ b/install.sh @@ -9,8 +9,8 @@ install --mode=644 -p -t /usr/local/share/icons/hicolor/48x48/actions icons/acti echo "Installiere Hintergründe" install --mode=755 -d /usr/local/share/backgrounds -install --mode=644 -p -t /usr/local/share/backgrounds background/*.jpg -install --mode=644 -p -t /usr/local/share/backgrounds background/*.png +install --mode=644 -p -t /usr/local/share/backgrounds backgrounds/*.jpg +install --mode=644 -p -t /usr/local/share/backgrounds backgrounds/*.png echo "Installiere Schriftarten" install --mode=755 -d /usr/local/share/fonts