mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
15 lines
285 B
Plaintext
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
|
|
}
|