Replace lockscreen symlink with actual files, otherwise it fails upgrading from former real folder

This commit is contained in:
Aurélien COUDERC
2019-03-24 16:58:22 +01:00
parent 20f5528f65
commit 52e56501f8

View File

@@ -216,7 +216,10 @@ install-local:
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/futureprototype-theme/wallpaper FuturePrototype
### Lockscreen is using the same image as wallpaper
cd $(DESTDIR)/usr/share/desktop-base/futureprototype-theme && ln -s wallpaper lockscreen
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen/contents/images
$(INSTALL_DATA) futureprototype-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen
$(INSTALL_DATA) futureprototype-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen
$(INSTALL_DATA) $(wildcard futureprototype-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen/contents/images/
### Alternate wallpaper with Debian swirl
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo/contents/images