summarylogtreecommitdiffstats
path: root/enchant-hspell.install
blob: c7fa630af95f698232343ff0468b1a42fa868fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pre_install() {
	echo
	echo "ATTENTION"
	echo
	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 "'enchant-hspell' is now a metapackage and is no longer needed on your system."
	echo
	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
}

pre_upgrade() {
	pre_install
}