desktop/minitube/minitube.install

16 lines
346 B
Plaintext
Raw Normal View History

2010-07-20 07:32:24 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
echo "NOTE: Minitube has known issues with phonon-gstreamer.
If you are affected, please install 'phonon-backend-vlc'
and set as default backend in systemsettings > multimedia".
2010-07-20 07:32:24 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}