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 }