summaryrefslogtreecommitdiff
path: root/rhythmbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rhythmbox/Makefile')
-rw-r--r--rhythmbox/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/rhythmbox/Makefile b/rhythmbox/Makefile
deleted file mode 100644
index f7bd85e..0000000
--- a/rhythmbox/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-RB_PLUGIN_DIR = ~/.local/share/rhythmbox/plugins
-ZG_PLUGIN_DIR = $(RB_PLUGIN_DIR)/zeitgeist_plugin
-PLUGIN_FILE = zeitgeist.rb-plugin
-
-all: clean build
-
-build: ;
-
-clean: ;
-
-install: ;
-
-uninstall: ;
-
-local-install:
- mkdir -p $(ZG_PLUGIN_DIR)
- cp $(PLUGIN_FILE) $(RB_PLUGIN_DIR)
- cp __init__.py $(ZG_PLUGIN_DIR)
-
-local-uninstall:
- -rm -rf $(ZG_PLUGIN_DIR)
- -rm -rf $(RB_PLUGIN_DIR)/$(PLUGIN_FILE)