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 }