summarylogtreecommitdiffstats
path: root/enchant-hspell.install
blob: 7129ab0eecd941f5052477bc3c4cb3bd13d0aeb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}