mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
|
post_install() {
|
||
|
update-desktop-database -q
|
||
|
}
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|
||
|
post_remove() {
|
||
|
post_install $1
|
||
|
}
|