mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
|
post_install() {
|
||
|
if [[ -x usr/bin/xdg-icon-resource ]]; then
|
||
|
usr/bin/xdg-icon-resource forceupdate &>/dev/null || true
|
||
|
fi
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
}
|