mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
35 lines
788 B
Plaintext
35 lines
788 B
Plaintext
post_install() {
|
|
echo " "
|
|
echo " > Qt 4.6.3"
|
|
echo " kde-qt (this time not patched)"
|
|
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 $*
|