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 d2fc513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/linglong.spec
Original file line number Diff line number Diff line change
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 d2fc513

Please sign in to comment.