summarylogtreecommitdiffstats
path: root/saga-gis-ltr.install
blob: a0477652311455a4de483162700b1631d37b4796 (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 AUR package 'saga-gis-ltr' has been unmaintained since 2018 and is long broken,"
	echo "so it has now been removed from AUR."
	echo
	echo "Please migrate to the working 'saga-gis' package:"
	echo "https://aur.archlinux.org/packages/saga-gis"
	echo
	echo "Please uninstall 'saga-gis-ltr' before that migration:"
	echo
	echo "pacman -Rnsc saga-gis-ltr"
	echo
}

pre_upgrade() {
	pre_install
}