diff options
author | Sam James <sam@gentoo.org> | 2023-06-20 15:20:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-20 15:20:30 +0100 |
commit | a44a2dd6d7f339c9cd0e7d1d8c39e88376e0fc2e (patch) | |
tree | 1e2381b79c147fa91c725b8e4670c8f70bf21951 /app-text | |
parent | dev-libs/libclc: Add 17.0.0_pre20230620 snapshot (diff) | |
download | gentoo-a44a2dd6d7f339c9cd0e7d1d8c39e88376e0fc2e.tar.gz gentoo-a44a2dd6d7f339c9cd0e7d1d8c39e88376e0fc2e.tar.bz2 gentoo-a44a2dd6d7f339c9cd0e7d1d8c39e88376e0fc2e.zip |
app-text/ansifilter: drop pkg_preinst
Closes: https://bugs.gentoo.org/908865
Fixes: 71d0d48fe392b55b1ed9fdd3727d9dd4a9310ca2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ansifilter/ansifilter-2.20.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app-text/ansifilter/ansifilter-2.20.ebuild b/app-text/ansifilter/ansifilter-2.20.ebuild index 7eee836705dd..5e93765daec4 100644 --- a/app-text/ansifilter/ansifilter-2.20.ebuild +++ b/app-text/ansifilter/ansifilter-2.20.ebuild @@ -71,13 +71,6 @@ src_install() { fi } -pkg_preinst() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} - pkg_postrm() { if use gui; then xdg_desktop_database_update |