Fix issue detected by automatic QA tester

This commit is contained in:
Zachary Hall 2024-09-28 16:06:51 -07:00
parent 94112de61d
commit fa453e33dd

View file

@ -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
}