commit: 4fa1c0e7d6140e044317aa58e1fdc797aa6cf9e6
parent: c2820ae8b89b37821f19660528fe00f69c91af4a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 23 Mar 2018 11:30:26 +0100
games-arcade/oshu: Add xdg_desktop_database_update
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/games-arcade/oshu/oshu-2.0.0.ebuild b/games-arcade/oshu/oshu-2.0.0.ebuild
@@ -54,3 +54,11 @@ src_compile() {
default
}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}