update
This commit is contained in:
parent
713286bfd7
commit
686b970c42
13
Makefile
13
Makefile
@ -1,13 +0,0 @@
|
|||||||
all:
|
|
||||||
|
|
||||||
install:
|
|
||||||
mkdir -p $(DESTDIR)/usr/share/backgrounds/pika
|
|
||||||
cp --no-preserve=mode,ownership -r \
|
|
||||||
wallpapers/* \
|
|
||||||
$(DESTDIR)/usr/share/backgrounds/pika/
|
|
||||||
mkdir -p $(DESTDIR)/usr/share/gnome-background-properties/
|
|
||||||
cp pika-wallpapers.xml $(DESTDIR)/usr/share/gnome-background-properties/
|
|
||||||
|
|
||||||
uninstall:
|
|
||||||
-rm -rf $(DESTDIR)/usr/share/backgrounds/pika
|
|
||||||
-rm -rf $(DESTDIR)/usr/share/gnome-background-properties/pika-wallpapers.xml
|
|
2
debian/pika-wallpapers.install
vendored
Normal file
2
debian/pika-wallpapers.install
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
backgrounds/ usr/share/
|
||||||
|
pika-wallpapers.xml usr/share/gnome-background-properties/
|
Loading…
Reference in New Issue
Block a user