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