🚀 feat: add post_remove function

This commit is contained in:
eshanized
2025-01-11 22:36:37 +05:30
parent ec13e14618
commit 12ff5ff00d

View File

@@ -1,7 +1,12 @@
post_install() { 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_upgrade() {
post_install 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"
}