commit: 43b1ed56ca8a53da15452f4b64d2bf93bd0abba9
parent: 95d1b5194f3e30d79cd65f9490cded7c5890f9d9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 23 Mar 2018 11:43:14 +0100
games-arcade/oshu: Add xdg updates to git-based ebuild too
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/games-arcade/oshu/oshu-9999.ebuild b/games-arcade/oshu/oshu-9999.ebuild
@@ -55,3 +55,12 @@ src_compile() {
default
}
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}