mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
post_install() {
|
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor/
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor/
|
|
}
|
|
|
|
# vim: set ts=2 sw=2 et:
|