Fixes in maintainer scripts for moonlight

This commit is contained in:
Aurélien COUDERC
2019-01-31 21:22:23 +01:00
parent d1985cc37b
commit 9b91ac5404
3 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
GRUB_THEMES=futureprototype-theme\
GRUB_THEMES=futureprototype-theme/grub\
moonlight-theme/grub\
softwaves-theme/grub\
lines-theme/grub\

6
debian/postinst vendored
View File

@@ -101,6 +101,7 @@ EOF
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
done << EOF
futureprototype 40
moonlight 30
softwaves 30
lines 30
joy 30
@@ -125,6 +126,7 @@ EOF
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
done << EOF
futureprototype 40
moonlight 30
softwaves 30
lines 30
joy 30
@@ -147,6 +149,7 @@ EOF
/usr/share/desktop-base/$theme-theme/wallpaper $priority
done << EOF
futureprototype 40
moonlight 30
softwaves 30
lines 30
joy 30
@@ -168,6 +171,7 @@ EOF
/usr/share/desktop-base/$theme-theme/login/$background $priority
done << EOF
futureprototype background.svg 40
moonlight background.svg 40
softwaves background.svg 30
lines background.svg 30
lines background-nologo.svg 30
@@ -217,6 +221,8 @@ EOF
done << EOF
futureprototype 4x3 40
futureprototype 16x9 40
moonlight 4x3 30
moonlight 16x9 30
softwaves 4x3 30
softwaves 16x9 30
lines 4x3 30

7
debian/prerm vendored
View File

@@ -17,6 +17,7 @@ futureprototype 1920x1080.svg
futureprototype 1920x1200.svg
futureprototype 2560x1080.svg
futureprototype 4096x2160.svg
moonlight 1920x1080.svg
softwaves 1024x768.svg
softwaves 1280x720.svg
softwaves 1280x800.svg
@@ -57,6 +58,7 @@ EOF
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml
done << EOF
futureprototype
moonlight
softwaves
lines
joy
@@ -76,6 +78,7 @@ EOF
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml
done << EOF
futureprototype
moonlight
softwaves
lines
joy
@@ -94,6 +97,7 @@ EOF
/usr/share/desktop-base/$theme-theme/wallpaper
done << EOF
futureprototype
moonlight
softwaves
lines
joy
@@ -114,6 +118,7 @@ EOF
/usr/share/desktop-base/$theme-theme/login/$background
done << EOF
futureprototype background.svg
moonlight background.svg
softwaves background.svg
lines background.svg
lines background-nologo.svg
@@ -133,6 +138,8 @@ EOF
done << EOF
futureprototype 4x3
futureprototype 16x9
moonlight 4x3
moonlight 16x9
softwaves 4x3
softwaves 16x9
lines 4x3