summarylogtreecommitdiffstats
path: root/enchant-hspell.install
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-11 11:45:12 +0100
committerMarcell Meszaros2023-11-11 11:45:12 +0100
commit9774e9375bd332e38ad15d9988d3bd4cfeee5793 (patch)
treef02bf3b9137d93c7c7749310263f02ab9e380784 /enchant-hspell.install
parent9acd99c76fbfb4f3b2605a61d55650ba86a51c38 (diff)
downloadaur-enchant-hspell.tar.gz
adjust installation message about transitioning to enchant
Diffstat (limited to 'enchant-hspell.install')
-rw-r--r--enchant-hspell.install8
1 files changed, 5 insertions, 3 deletions
diff --git a/enchant-hspell.install b/enchant-hspell.install
index 7129ab0eecd9..c7fa630af95f 100644
--- a/enchant-hspell.install
+++ b/enchant-hspell.install
@@ -2,13 +2,15 @@ pre_install() {
echo
echo "ATTENTION"
echo
- echo "The 'enchant-hspell' package is removed due to being a superfluous duplicate of Arch repo's 'enchant'."
+ echo "The 'enchant-hspell' and 'enchant-pure' packages are to be removed"
+ echo "due to being superfluous duplicates of Arch repo's 'enchant'."
echo
- echo "It is now a metapackage and is no longer needed on your system."
+ echo "'enchant-hspell' is now a metapackage and is no longer needed on your system."
echo
- echo "Please uninstall it by running:"
+ echo "Please uninstall it and migrate to using 'enchant' by running the following:"
echo
echo "pacman -R enchant-hspell"
+ echo "pacman -Syu --asdeps enchant"
echo
}