summarylogtreecommitdiffstats
path: root/kjsembed-git.install
blob: e95b08f8c4b8f63c5a1d7fd6bd8b3f7082733592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pre_install() {
	echo
	echo "ATTENTION"
	echo
	echo "The KDE project has deprecated and discontinued 'kjsembed-git'."
	echo "(The master branch content has been deleted.)"
	echo
	echo "See: https://community.kde.org/Frameworks/6.0_Release_notes"
	echo
	echo "Please uninstall 'kjsembed-git' and any other package that depends on it:"
	echo
	echo "pacman -Rnsc kjsembed-git"
	echo
}

pre_upgrade() {
	pre_install
}