diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-08 03:09:34 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-08 03:17:30 +0200 |
commit | d6700ccdd957943d6a514b408299c4747df9c29e (patch) | |
tree | b8c01c97baab49e2746600a1020eab7c90abcd5a | |
parent | dev-libs/libsystemd-qt: treeclean (diff) | |
download | qt-d6700ccdd957943d6a514b408299c4747df9c29e.tar.gz qt-d6700ccdd957943d6a514b408299c4747df9c29e.tar.bz2 qt-d6700ccdd957943d6a514b408299c4747df9c29e.zip |
app-arch/lxqt-archiver: fixup postinst()
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild index 2fb3286e..c99a7897 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild @@ -34,7 +34,8 @@ DEPEND=" RDEPEND="${DEPEND}" pkg_postinst() { - default + xdg_desktop_database_update + xdg_icon_cache_update elog "Please note that this is only a graphical front-end, and additional" elog "packages are needed to have support for specific file formats." |