core/qt/qt.install
Phil Miller 2b06bdbc94 * renamed qtmod and qtmod-phonon to qt and phonon
* PKGBUILD changes to fix build issues
2010-05-20 04:03:20 +00:00

35 lines
805 B
Plaintext

post_install() {
echo " "
echo " > Qt 4.6.2"
echo " kde-qt 6dbbf15fcef976fafc3f55e048f9b4daaa4c0d19"
echo " "
echo " Prefix: /usr"
echo " "
echo " > ATTENTION "
echo " Some components are split into separate packages:"
echo " "
echo " qt : Base libraries and tools"
echo " qt-debug : Debugging Symbols"
echo " qt-doc : Documentation"
echo " qt-demos : Demos & Examples"
echo " qt-tools : Development Tools (Assistant, Designer, Linguist)"
echo " "
echo " > IMPORTANT "
echo " Be sure to install one of the Phonon backends:"
echo " "
echo " qt-phonon-xine (default)"
echo " qt-phonon-gstreamer"
echo " qt-phonon-mplayer"
echo " qt-phonon-vlc"
echo " "
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*