mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
post_install() {
|
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
update-mime-database usr/share/mime &> /dev/null
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|