diff options
author | Alberto Gireud <agireud@protonmail.com> | 2024-04-04 23:49:08 -0500 |
---|---|---|
committer | Alberto Gireud <agireud@protonmail.com> | 2024-04-04 23:49:08 -0500 |
commit | 61f208a2a0a84790b57087035fdba447c9a3bf22 (patch) | |
tree | a4f5767c4150731e41a89a2a5da01125dc724ae7 /net-irc | |
parent | gui-apps/{lswt, wlopm, riverguile}: fix metadata.xml (diff) | |
download | guru-61f208a2a0a84790b57087035fdba447c9a3bf22.tar.gz guru-61f208a2a0a84790b57087035fdba447c9a3bf22.tar.bz2 guru-61f208a2a0a84790b57087035fdba447c9a3bf22.zip |
net-irc/halloy: Remove unnecessary phases
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/halloy/halloy-2024.5.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net-irc/halloy/halloy-2024.5.ebuild b/net-irc/halloy/halloy-2024.5.ebuild index 33ace8182..6cacd7c68 100644 --- a/net-irc/halloy/halloy-2024.5.ebuild +++ b/net-irc/halloy/halloy-2024.5.ebuild @@ -572,11 +572,3 @@ src_install() { cargo_src_install } - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -} |