commit: e75beab44e16c19f1d6437e1587f6ed3117fdce7
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Sun Sep 14 23:36:10 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Sep 14 23:36:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e75beab4
net-im/dissent: add xdg call to pkg_postrm
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
net-im/dissent/dissent-0.0.37.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-im/dissent/dissent-0.0.37.ebuild
b/net-im/dissent/dissent-0.0.37.ebuild
index 35e090a014..40ab255614 100644
--- a/net-im/dissent/dissent-0.0.37.ebuild
+++ b/net-im/dissent/dissent-0.0.37.ebuild
@@ -80,3 +80,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+}