mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-22 12:35:01 +02:00

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
12 lines
465 B
Plaintext
12 lines
465 B
Plaintext
post_install() {
|
|
echo -e "\n** The configuration files for Calamares have been installed in /etc/calamares. **"
|
|
echo -e "** Please review and adjust these files as needed for your system configuration. **"
|
|
echo -e "** Documentation: https://calamares.io/docs/ **\n"
|
|
}
|
|
|
|
post_upgrade() {
|
|
echo -e "\n** The package has been upgraded successfully. **"
|
|
echo -e "** Re-applying the configuration to /etc/calamares if necessary. **"
|
|
post_install
|
|
}
|