summarylogtreecommitdiffstats
path: root/redis-graph-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'redis-graph-git.install')
-rw-r--r--redis-graph-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/redis-graph-git.install b/redis-graph-git.install
new file mode 100644
index 000000000000..fd7aaabbb1f8
--- /dev/null
+++ b/redis-graph-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ printf "\nDon't forget to update your redis config file.\n\n"
+}
+
+post_remove() {
+ post_install
+}