Use correct functions for postinst and prerm in Looper ebuild

This commit is contained in:
Zachary Hall 2024-09-28 16:29:10 -07:00
parent c6de8d06f0
commit e87d964243

View file

@ -157,9 +157,9 @@ src_install() {
# Again, verify the Makefiles! We don't want anything falling # Again, verify the Makefiles! We don't want anything falling
# outside of ${D}. # outside of ${D}.
} }
src_postinst() { pkg_postinst() {
xdg_desktop_database_update xdg_desktop_database_update
} }
src_postrm() { pkg_postrm() {
xdg_desktop_database_update xdg_desktop_database_update
} }