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