From fa453e33ddfa7f31a54806a13372c97883d1332d Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 28 Sep 2024 16:06:51 -0700 Subject: [PATCH] Fix issue detected by automatic QA tester --- media-sound/looper/looper-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-sound/looper/looper-9999.ebuild b/media-sound/looper/looper-9999.ebuild index 3abbb32..58b5d64 100644 --- a/media-sound/looper/looper-9999.ebuild +++ b/media-sound/looper/looper-9999.ebuild @@ -169,3 +169,9 @@ MYCMAKEARGS=( "-DDISABLE_GTK_UI=ON" "-DBUILD_SOUNDTOUCH=ON" "-DCMAKE_BUILD_TYPE= # Again, verify the Makefiles! We don't want anything falling # outside of ${D}. #} +src_postinst() { + xdg_desktop_database_update +} +src_postrm() { + xdg_desktop_database_update +}