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 }