summarylogtreecommitdiffstats
path: root/redis-graph-git.install
blob: 194022469c535fd257b66be7d2a0ae07a184f5e0 (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
}