From e87d9642431db2eff00d0bb99f65e9ef0b18e653 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 28 Sep 2024 16:29:10 -0700 Subject: [PATCH] Use correct functions for postinst and prerm in Looper ebuild --- media-sound/looper/looper-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/looper/looper-9999.ebuild b/media-sound/looper/looper-9999.ebuild index 5de3f34..aa2143d 100644 --- a/media-sound/looper/looper-9999.ebuild +++ b/media-sound/looper/looper-9999.ebuild @@ -157,9 +157,9 @@ src_install() { # Again, verify the Makefiles! We don't want anything falling # outside of ${D}. } -src_postinst() { +pkg_postinst() { xdg_desktop_database_update } -src_postrm() { +pkg_postrm() { xdg_desktop_database_update }