mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
|
post_upgrade() {
|
||
|
update-desktop-database -q
|
||
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
post_upgrade
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_upgrade
|
||
|
}
|