diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-05-04 15:07:28 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-05-04 15:08:15 +0100 |
commit | 21bcbf1b7363f0345f4e27cce032cfcd40795a64 (patch) | |
tree | 5f7c8db5b8bdc72c4dd90c5d601011e7011a43f4 /net-p2p | |
parent | mail-filter/spf-engine: add 3.0.4 (diff) | |
download | gentoo-21bcbf1b7363f0345f4e27cce032cfcd40795a64.tar.gz gentoo-21bcbf1b7363f0345f4e27cce032cfcd40795a64.tar.bz2 gentoo-21bcbf1b7363f0345f4e27cce032cfcd40795a64.zip |
net-p2p/syncthing: update icon cache
Closes: https://bugs.gentoo.org/905585
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-1.23.4-r1.ebuild (renamed from net-p2p/syncthing/syncthing-1.23.4.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/syncthing/syncthing-1.23.4.ebuild b/net-p2p/syncthing/syncthing-1.23.4-r1.ebuild index f16df5f58ff0..d8e3bf08df7a 100644 --- a/net-p2p/syncthing/syncthing-1.23.4.ebuild +++ b/net-p2p/syncthing/syncthing-1.23.4-r1.ebuild @@ -103,8 +103,10 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update } |