summarylogtreecommitdiffstats
path: root/enchant-hspell.install
diff options
context:
space:
mode:
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
}