mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 12:44:37 +08:00
9 lines
84 B
Plaintext
9 lines
84 B
Plaintext
|
post_install() {
|
||
|
update-desktop-database -q
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|