desktop/minitube/minitube.install
2018-12-03 18:18:26 +01:00

15 lines
285 B
Plaintext

post_install() {
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".
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}