aboutsummaryrefslogtreecommitdiffstats
path: root/kdenlive
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kdenlive/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/kdenlive/Makefile b/kdenlive/Makefile
new file mode 100644
index 0000000..d482e64
--- /dev/null
+++ b/kdenlive/Makefile
@@ -0,0 +1,9 @@
+.POSIX:
+
+install:
+ @:
+
+uninstall:
+ -rm -f -- ~/.config/kdenliverc
+
+.PHONY: install uninstall