mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 11:02:13 +08:00
15 lines
166 B
Plaintext
15 lines
166 B
Plaintext
post_install() {
|
|
update-desktop-database -q
|
|
gtk-update-icon-cache
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 et:
|