]> Some of my projects - anidbudpclient-overlay.git/commitdiff
Update both xdg databases on install/remove
authorAPTX <marek321@gmail.com>
Wed, 2 Mar 2022 13:03:50 +0000 (22:03 +0900)
committerAPTX <marek321@gmail.com>
Wed, 2 Mar 2022 13:03:50 +0000 (22:03 +0900)
Fixes QA Notice

app-anidbudpclient/aniplayer/aniplayer-9999.ebuild
app-anidbudpclient/localmylist/localmylist-9999-r2.ebuild

index 8fea6ad08f1a391f25c6edc596a837536203532c..bff6b80bd8c1d26c9a80e77ee25aceaa277ea002 100644 (file)
@@ -57,8 +57,10 @@ src_install() {
 
 pkg_postinst() {
        xdg_mimeinfo_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
        xdg_mimeinfo_database_update
+       xdg_desktop_database_update
 }
index b6d27a9f5b76c4e1c0aab6d5ab80bc6538125324..bb106c58c54e3bdcabcafcd076ac5a53861d2803 100644 (file)
@@ -58,8 +58,10 @@ src_install() {
 
 pkg_postinst() {
        xdg_mimeinfo_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
        xdg_mimeinfo_database_update
+       xdg_desktop_database_update
 }