mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-12-06 08:03:50 +01:00
🚀 feat: add post_remove function
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user