core/qt/qt.install
2018-06-30 18:30:03 +02:00

31 lines
712 B
Plaintext

post_install() {
echo " "
echo " > Qt 4.8"
echo " "
echo " Prefix: /usr"
echo " "
echo " > ATTENTION "
echo " This version of qt is no longer a split package:"
echo " "
echo " qt-tools is integrated in qt"
echo " qt-doc, qt-demos and qt-examples are one new package"
echo " Please install with sudo pacman -S qt-docs"
echo " "
echo " > IMPORTANT "
echo " Be sure to install one of the Phonon backends:"
echo " "
echo " phonon-backend-gstreamer (default)"
echo " phonon-backend-mplayer"
echo " phonon-backend-vlc"
echo " phonon-backend-xine"
echo " "
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}