core-agent-linux/qubes-rpc/nautilus/Makefile
Marta Marczykowska-Górecka fd6e551ebe
Added "QubesIncoming" shortcut to Nautilus
A small script will add the QubesIncoming shortcut to Nautilus file pane
on the first use of qvm-copy to a given VM. The shortcut will not be recreated if
deleted.

fixes QubesOS/qubes-issues#2229
2020-01-13 16:45:41 +01:00

10 lines
262 B
Makefile

NAUTILUSPYEXTDIR ?= /usr/share/nautilus-python/extensions
QUBESLIBDIR ?= /usr/lib/qubes
.PHONY: install
install:
install -d $(DESTDIR)$(NAUTILUSPYEXTDIR)
install -t $(DESTDIR)$(NAUTILUSPYEXTDIR) -m 0644 *.py
install -t $(DESTDIR)$(QUBESLIBDIR) -m 0755 *.sh