Skip to content

Commit

Permalink
games-util/steam: inherit xdg.eclass
Browse files Browse the repository at this point in the history
Does some helpful things, like explicitly depend on the utilities
required to update the desktop cache

Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Dec 14, 2024
1 parent 8b6dae7 commit f52ebdc
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit desktop xdg-utils
inherit desktop xdg

STEAMVER="1.0.0.81"
ARM64_WRAPPER_COMMIT="fb3e8aeaffe5bb374b34f2eacc91130a05b17b21"
Expand Down Expand Up @@ -60,8 +60,13 @@ src_install() {
}

pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_pkg_postinst
einfo "Steam has been installed. To launch steam, use the desktop entry or"
einfo "run /usr/bin/steam-aarch64 from a tty."
einfo "run /usr/bin/steam-aarch64 from the terminal."
default
}

pkg_postrm() {
xdg_pkg_postrm
default
}

0 comments on commit f52ebdc

Please sign in to comment.