pika-wallpapers/Makefile
Ward Nakchbandi 4600a71382 first commit
2023-03-24 14:40:19 +03:00

11 lines
218 B
Makefile

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