1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 10:21:24 +02:00

Added missing refreshing icon cache for tvtime.

This commit is contained in:
2021-02-02 19:57:19 +01:00
parent 957792a0b3
commit 64267ab0dd
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -54,3 +54,11 @@ src_configure() {
$(use_with xinerama) \
|| die "econf failed"
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}