diff --git a/snigdhaos-chrome-config/snigdhaos-chrome-config.install b/snigdhaos-chrome-config/snigdhaos-chrome-config.install index b487a84a..2c37cd4e 100644 --- a/snigdhaos-chrome-config/snigdhaos-chrome-config.install +++ b/snigdhaos-chrome-config/snigdhaos-chrome-config.install @@ -1,7 +1,12 @@ post_install() { - echo -e "\n** The files have been installed in /etc/skel/.config/google-chrome/ **\n" + printf "\n** The files have been installed in /etc/skel/.config/google-chrome/ **\n" } post_upgrade() { post_install +} + +post_remove() { + printf "\n** The snigdhaos-chrome-config package has been removed. **\n" + printf "** Please check /etc/skel/.config/google-chrome/ for any remaining files. **\n" } \ No newline at end of file