core/qt/qt.install

35 lines
813 B
Plaintext
Raw Normal View History

2010-05-17 16:01:47 +08:00
post_install() {
echo " "
2011-03-24 02:28:42 +08:00
echo " > Qt 4.7.2"
echo " kde-qt: not patched in this release"
2010-05-17 16:01:47 +08:00
echo " "
echo " Prefix: /usr"
echo " "
echo " > ATTENTION "
echo " Some components are split into separate packages:"
echo " "
echo " qt : Base libraries and tools"
2010-06-29 16:38:43 +08:00
echo " qt-debug : Debugging Symbols"
echo " qt-doc : Documentation"
echo " qt-demos : Demos & Examples"
echo " qt-tools : Development Tools (Assistant, Designer, Linguist)"
2010-05-17 16:01:47 +08:00
echo " "
echo " > IMPORTANT "
echo " Be sure to install one of the Phonon backends:"
echo " "
2011-03-24 02:32:40 +08:00
echo " phonon-backend-gstreamer (default)"
echo " phonon-backend-mplayer"
2011-03-24 02:33:55 +08:00
echo " phonon-backend-vlc"
2011-03-24 02:32:40 +08:00
echo " phonon-backend-xine"
2010-05-17 16:01:47 +08:00
echo " "
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*