x11-terms/terminus-bin: fix icon cache update

inheriting xdg will automatically export the correct
things to the correct phases, no need to set anything
manually

Closes: https://bugs.gentoo.org/783813
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-04-18 17:44:25 +02:00
parent e26072b07e
commit 060acb2619

View File

@@ -60,7 +60,3 @@ src_install(){
doicon -s "${i}" ../terminus-"${i}".png
done
}
pkg_postinst(){
xdg_desktop_database_update
}