mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
12 lines
247 B
Text
12 lines
247 B
Text
post_install() {
|
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor 2>/dev/null || true
|
|
update-desktop-database -q /usr/share/applications 2>/dev/null || true
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|