mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-12-06 08:03:50 +01:00
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
|
|
}
|