Replace lockscreen symlink with actual files, otherwise it fails upgrading from former real folder
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user