diff options
author | Patrick J Taylor <patrick.joseph.taylor@gmail.com> | 2022-09-09 23:22:28 +0100 |
---|---|---|
committer | Patrick J Taylor <patrick.joseph.taylor@gmail.com> | 2022-09-09 23:23:41 +0100 |
commit | fef1b3cef4e78333e8a2627ad33a6d9431725a89 (patch) | |
tree | 119e9949b0779ec995dbed36cf6a1ee896a4d1b6 /sci-chemistry | |
parent | net-p2p/p2pool: minor improvements to 2.3 ebuild (diff) | |
download | guru-fef1b3cef4e78333e8a2627ad33a6d9431725a89.tar.gz guru-fef1b3cef4e78333e8a2627ad33a6d9431725a89.tar.bz2 guru-fef1b3cef4e78333e8a2627ad33a6d9431725a89.zip |
sci-chemistry/xcrysden: use xdg over xdg-utils
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor@gmail.com>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild index 4d9e97a87..c6ecb73d0 100644 --- a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild +++ b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild @@ -3,8 +3,7 @@ EAPI=8 -inherit desktop -inherit xdg-utils +inherit desktop xdg DESCRIPTION="For the visualisation of molecular and crystal structures." @@ -57,11 +56,3 @@ src_install() { /usr/share/doc/${P}/examples/FermiSurface \ /usr/share/man/ } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |