Files
snigdhaos-pkgbuilds/snigdhaos-calamares-config/snigdhaos-calamares-config.install
2024-12-30 02:32:38 +05:30

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
}