summarylogtreecommitdiffstats
path: root/enchant-hspell.install
diff options
context:
space:
mode:
Diffstat (limited to 'enchant-hspell.install')
-rw-r--r--enchant-hspell.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/enchant-hspell.install b/enchant-hspell.install
new file mode 100644
index 000000000000..7129ab0eecd9
--- /dev/null
+++ b/enchant-hspell.install
@@ -0,0 +1,17 @@
+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
+ echo "It is now a metapackage and is no longer needed on your system."
+ echo
+ echo "Please uninstall it by running:"
+ echo
+ echo "pacman -R enchant-hspell"
+ echo
+}
+
+pre_upgrade() {
+ pre_install
+}