Files
snigdhaos-pkgbuilds/archive/snigdhaos-calamares-config/snigdhaos-calamares-config.install
CELESTIFYX 08abac9e7d
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
Refactoring repository...
2025-01-14 19:02:06 +02:00

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
}