diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-12-18 12:04:06 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-12-18 12:04:06 +0000 |
commit | d4e9a5090d70886b938c3ae2fe4249b6d238eca5 (patch) | |
tree | 3619b09dd2fc9d2afeb2667a74d7b4614eac2a4d /app-emulation/fs-uae-launcher | |
parent | media-libs/suil: dropped unused eclass (diff) | |
download | gentoo-d4e9a5090d70886b938c3ae2fe4249b6d238eca5.tar.gz gentoo-d4e9a5090d70886b938c3ae2fe4249b6d238eca5.tar.bz2 gentoo-d4e9a5090d70886b938c3ae2fe4249b6d238eca5.zip |
app-emulation/fs-uae-launcher: Update the icon cache in pkg_postinst
Closes: https://bugs.gentoo.org/829562
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher')
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild index 1ed6d4b64f52..79ca9670131e 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild @@ -52,6 +52,8 @@ python_install_all() { } pkg_postinst() { + xdg_pkg_postinst + elog "Some important information:" elog ewarn " - Do not use QtCurve, it will crash PyQt5!" diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild index 1ed6d4b64f52..79ca9670131e 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild @@ -52,6 +52,8 @@ python_install_all() { } pkg_postinst() { + xdg_pkg_postinst + elog "Some important information:" elog ewarn " - Do not use QtCurve, it will crash PyQt5!" |