summarylogtreecommitdiffstats
path: root/redis-graph-git.install
blob: 88d52286ccdf19c8de9d55071329f6740667b1b7 (plain)
1
2
3
4
5
6
7
post_install() {
	printf "\nDon't forget to update your redis config file and restart Redis.\n\n"
}

post_remove() {
	post_install
}