mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
post_install() {
|
|
[ -x usr/bin/update-desktop-database ] && update-desktop-database -q
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
} |