mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
13 lines
297 B
Text
13 lines
297 B
Text
post_install() {
|
|
update-desktop-database /usr/share/applications
|
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
update-desktop-database /usr/share/applications
|
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
}
|