projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5595327
)
spec: fix typo in %postun script
author
INSUN PYO
<insun.pyo@samsung.com>
Wed, 18 Nov 2020 04:07:24 +0000
(13:07 +0900)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Thu, 25 Jan 2024 14:15:26 +0000
(15:15 +0100)
Change-Id: Ib4b6481a67646e02f59a622c42ca84f26616a394
packaging/systemd.spec
patch
|
blob
|
history
diff --git
a/packaging/systemd.spec
b/packaging/systemd.spec
index
437b1d7
..
3fc4275
100644
(file)
--- a/
packaging/systemd.spec
+++ b/
packaging/systemd.spec
@@
-455,7
+455,7
@@
if [ $1 -ge 1 ] ; then
/usr/bin/systemctl daemon-reload > /dev/null 2>&1 || :
/usr/bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
fi
-if [$1 -eq 0 ] ; then
+if [
$1 -eq 0 ] ; then
update-alternatives --remove systemd-shutdown %{_prefix}/lib/systemd/systemd-shutdown-original
update-alternatives --remove reboot %{_sbindir}/reboot-original
update-alternatives --remove halt %{_sbindir}/halt-original