mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
games-util/curseforge: replace xdg-utils with xdg
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ CHROMIUM_LANGS="
|
|||||||
sw ta te th tr uk ur vi zh-CN zh-TW
|
sw ta te th tr uk ur vi zh-CN zh-TW
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit chromium-2 desktop unpacker linux-info xdg-utils
|
inherit chromium-2 desktop unpacker linux-info xdg
|
||||||
|
|
||||||
DESCRIPTION="The CurseForge Electron App"
|
DESCRIPTION="The CurseForge Electron App"
|
||||||
HOMEPAGE="https://www.curseforge.com/"
|
HOMEPAGE="https://www.curseforge.com/"
|
||||||
@@ -90,11 +90,9 @@ pkg_postinst() {
|
|||||||
elog "This package will keep itself up-to-date."
|
elog "This package will keep itself up-to-date."
|
||||||
elog "No need to download any ebuilds in the future."
|
elog "No need to download any ebuilds in the future."
|
||||||
elog "CurseForge is not open-source."
|
elog "CurseForge is not open-source."
|
||||||
xdg_icon_cache_update
|
xdg_pkg_postinst
|
||||||
xdg_desktop_database_update
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
xdg_icon_cache_update
|
xdg_pkg_postrm
|
||||||
xdg_desktop_database_update
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user