sound-theme-pika/Makefile

11 lines
199 B
Makefile
Raw Normal View History

2023-03-24 13:10:10 +01:00
all:
install:
mkdir -p $(DESTDIR)/usr/share/sounds/pika
cp --no-preserve=mode,ownership -r \
sounds/* \
$(DESTDIR)/usr/share/sounds/pika/
uninstall:
-rm -rf $(DESTDIR)/usr/share/sounds/pika