net-im/dissent: add xdg call to pkg_postrm

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2025-09-14 20:36:10 -03:00
parent 27489dc0c0
commit e75beab44e

View File

@@ -80,3 +80,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
}
pkg_postrm() {
xdg_pkg_postrm
}