From 12ff5ff00dc5431ab8eb45b57447bb112e25120f Mon Sep 17 00:00:00 2001 From: eshanized Date: Sat, 11 Jan 2025 22:36:37 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat:=20add=20post=5Fremove=20fu?= =?UTF-8?q?nction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snigdhaos-chrome-config/snigdhaos-chrome-config.install | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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