mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
post_install() {
|
|
echo -e "TIP:\nFor better experience it is currently recommended to use phonon-vlc backend as it deals better with networking than gstreamer."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|