core/qt/qt.install

34 lines
813 B
Plaintext
Raw Normal View History

2010-05-17 16:01:47 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
echo " "
2011-09-08 00:10:38 +08:00
echo " > Qt 4.7"
echo " "
2010-05-17 16:01:47 +08:00
echo " Prefix: /usr"
echo " "
echo " > ATTENTION "
echo " This version of qt is no longer a split package:"
2010-05-17 16:01:47 +08:00
echo " "
echo " qt-tools is integrated in qt"
2011-05-10 00:15:36 +08:00
echo " qt-doc, qt-demos and qt-examples are one new package"
echo " Please install with sudo pacman -S qt-docs"
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
2010-05-17 16:01:47 +08:00
}
post_remove() {
post_install
}