Skip to content

Commit 382ef29

Browse files
committed
Rebrand for AerynOS, retain compat symlink
Signed-off-by: Ikey Doherty <[email protected]>
1 parent 45ce485 commit 382ef29

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Collection of artwork for Serpent OS
1+
Collection of artwork for AerynOS
22

33
Images (unsplash license)
44

austin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<wallpapers>
44
<wallpaper deleted="false">
55
<name>Green Grass Field</name>
6-
<filename>/usr/share/backgrounds/serpent-os/austin-d-JQ9-cbC4rDE-unsplash.jpg</filename>
6+
<filename>/usr/share/backgrounds/aerynos/austin-d-JQ9-cbC4rDE-unsplash.jpg</filename>
77
<options>zoom</options>
88
<shade_type>solid</shade_type>
99
<pcolor>#86b6ef</pcolor>

justfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ destdir := env('DESTDIR')
22

33
# Install the artwork
44
install:
5-
@install -v -d -D -m 00755 {{destdir}}/usr/share/backgrounds/serpent-os
5+
@install -v -d -D -m 00755 {{destdir}}/usr/share/backgrounds/aerynos
66
@install -v -D -d -m 00755 {{destdir}}/usr/share/gnome-background-properties/
77

88
@install -v -m 00644 *.xml {{destdir}}/usr/share/gnome-background-properties/.
9-
@install -v -m 00644 *.jpg {{destdir}}/usr/share/backgrounds/serpent-os/.
9+
@install -v -m 00644 *.jpg {{destdir}}/usr/share/backgrounds/aerynos/.
10+
@ln -sv aerynos {{destdir}}/usr/share/backgrounds/serpent-os

marc.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<wallpapers>
44
<wallpaper deleted="false">
55
<name>Green Grass Field</name>
6-
<filename>/usr/share/backgrounds/serpent-os/marc-markstein-0kD1eHgyuPI-unsplash.jpg</filename>
6+
<filename>/usr/share/backgrounds/aerynos/marc-markstein-0kD1eHgyuPI-unsplash.jpg</filename>
77
<options>zoom</options>
88
<shade_type>solid</shade_type>
99
<pcolor>#86b6ef</pcolor>

mike.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<wallpapers>
44
<wallpaper deleted="false">
55
<name>Mossy Wall</name>
6-
<filename>/usr/share/backgrounds/serpent-os/mike-uderevsky-4fqXRDI4gXQ-unsplash.jpg</filename>
6+
<filename>/usr/share/backgrounds/aerynos/mike-uderevsky-4fqXRDI4gXQ-unsplash.jpg</filename>
77
<options>zoom</options>
88
<shade_type>solid</shade_type>
99
<pcolor>#86b6ef</pcolor>

0 commit comments

Comments
 (0)