sound-theme-pika/Makefile

12 lines
212 B
Makefile
Raw Normal View History

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