pika-wallpapers/Makefile

12 lines
278 B
Makefile
Raw Normal View History

2023-03-24 12:40:19 +01:00
all:
install:
mkdir -p $(DESTDIR)/usr/share/backgrounds/pika
cp --no-preserve=mode,ownership -r \
wallpapers/* \
$(DESTDIR)/usr/share/backgrounds/pika/
2023-03-28 16:42:02 +02:00
pika-wallpapers.xml usr/share/gnome-background-properties/
2023-03-24 12:40:19 +01:00
uninstall:
-rm -rf $(DESTDIR)/usr/share/backgrounds/pika