Fix issue detected by automatic QA tester
This commit is contained in:
parent
94112de61d
commit
fa453e33dd
1 changed files with 6 additions and 0 deletions
|
@ -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
|
# Again, verify the Makefiles! We don't want anything falling
|
||||||
# outside of ${D}.
|
# outside of ${D}.
|
||||||
#}
|
#}
|
||||||
|
src_postinst() {
|
||||||
|
xdg_desktop_database_update
|
||||||
|
}
|
||||||
|
src_postrm() {
|
||||||
|
xdg_desktop_database_update
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue