From 059143efd6341f9cd59aba4151f4548fe20af0f9 Mon Sep 17 00:00:00 2001 From: kamiyadm Date: Thu, 19 Dec 2024 18:47:15 +0800 Subject: [PATCH] Add posttrans to spec file. --- linglong.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linglong.spec b/linglong.spec index 93055f4..51b5e4b 100644 --- a/linglong.spec +++ b/linglong.spec @@ -66,6 +66,9 @@ cd build %postun -n linglong-bin %systemd_postun_with_restart org.deepin.linglong.PackageManager.service +%posttrans -n linglong-bin +busctl call org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus ReloadConfig + %files %doc README.md %license LICENSE -- Gitee