mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
post_upgrade() {
|
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
}
|
|
|
|
post_install() {
|
|
echo 'To use kdeconnect run you might be required to
|
|
open ports 1714:1764, incoming for tcp & udp'
|
|
}
|
|
|