mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
16 lines
221 B
Text
16 lines
221 B
Text
_update_desktop() {
|
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_install() {
|
|
_update_desktop
|
|
}
|
|
|
|
post_upgrade() {
|
|
_update_desktop
|
|
}
|
|
|
|
post_remove() {
|
|
_update_desktop
|
|
}
|