pika-wallpapers/Makefile
Ward Nakchbandi 368d773023 update
2023-03-28 17:42:02 +03:00

12 lines
278 B
Makefile

all:
install:
mkdir -p $(DESTDIR)/usr/share/backgrounds/pika
cp --no-preserve=mode,ownership -r \
wallpapers/* \
$(DESTDIR)/usr/share/backgrounds/pika/
pika-wallpapers.xml usr/share/gnome-background-properties/
uninstall:
-rm -rf $(DESTDIR)/usr/share/backgrounds/pika