You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
295 B

EXTRA_DIST = \
Paper \
COPYING \
AUTHORS \
README.md
themedir = $(datadir)/themes
install-data-hook:
$(MKDIR_P) $(DESTDIR)/usr/share/themes
cp -Rv Paper $(DESTDIR)/usr/share/themes/.
uninstall-hook:
test -e $(DESTDIR)/usr/share/themes/Paper && rm -rfv $(DESTDIR)/usr/share/themes/Paper