core/qt/qt.install
2010-09-26 20:14:44 +00:00

35 lines
793 B
Plaintext

post_install() {
echo " "
echo " > Qt 4.7.0"
echo " kde-qt 8fa76375a2f030ecf8aa23c917f51f04333a1b2c"
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 " phonon-xine (default)"
echo " phonon-gstreamer"
echo " phonon-mplayer"
echo " phonon-vlc"
echo " "
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*