SHA256
1
0
forked from pool/fcitx5

Accepting request 955405 from home:MargueriteSu:branches:M17N

fix error

OBS-URL: https://build.opensuse.org/request/show/955405
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=26
This commit is contained in:
Marguerite Su 2022-02-16 15:41:43 +00:00 committed by Git OBS Bridge
parent 78f6d46abf
commit 34d14f92af

View File

@ -221,7 +221,7 @@ fi
%preun
if [ $1 -eq 0 -a -x /usr/bin/systemctl ]; then
/usr/bin/systemctl --global disable %{?*} || :
/usr/bin/systemctl --global disable %{name}.service || :
fi
%endif