mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 19:17:14 +08:00
34 lines
803 B
Plaintext
34 lines
803 B
Plaintext
post_install() {
|
|
echo " "
|
|
echo " > Qt 4.6.2"
|
|
echo " kde-qt 2d3d3e55da2e1dfc479e274fa794a50b361e6f4a"
|
|
echo " "
|
|
echo " Prefix: /usr"
|
|
echo " "
|
|
echo " > ATTENTION "
|
|
echo " Some components are split into separate packages:"
|
|
echo " "
|
|
echo " qtmod : Base libraries and tools"
|
|
echo " qtmod-debug : Debugging Symbols"
|
|
echo " qtmod-doc : Documentation"
|
|
echo " qtmod-demos : Demos & Examples"
|
|
echo " qtmod-tools : Development Tools (Assistant, Designer, Linguist)"
|
|
echo " "
|
|
echo " > IMPORTANT "
|
|
echo " Be sure to install one of the Phonon backends:"
|
|
echo " "
|
|
echo " qtmod-phonon-xine (default)"
|
|
echo " qtmod-phonon-gstreamer"
|
|
echo " qtmod-phonon-mplayer"
|
|
echo " "
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
|
|
$op $*
|