Skip to content

Commit

Permalink
fix: update busctl to /usr/bin/busctl in %post
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyadm committed Jul 2, 2024
1 parent 5e516ba commit a6af611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/linglong.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: linglong
Version: 1.5.6.1
Version: 1.5.6
Release: 1
Summary: Linglong Package FrameWork
License: LGPLv3
Expand Down Expand Up @@ -56,7 +56,7 @@ cd build

%post -n linglong-bin
%systemd_post org.deepin.linglong.PackageManager.service
busctl call org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus ReloadConfig
/usr/bin/busctl call org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus ReloadConfig

%preun -n linglong-bin
%systemd_preun org.deepin.linglong.PackageManager.service
Expand Down

0 comments on commit a6af611

Please sign in to comment.