Minor fix regarding "update-alternatives --remove systemd-shutdown.."
authorHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 25 Jan 2019 08:50:42 +0000 (17:50 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 14 Mar 2024 23:06:27 +0000 (00:06 +0100)
Change-Id: I33510d36510a468c9fa67265f3ba3e73934080a0
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/systemd.spec

index 164b41e..758701b 100644 (file)
@@ -374,7 +374,7 @@ if [ $1 -eq 0 ] ; then
                 systemd-readahead-replay.service \
                 systemd-readahead-collect.service >/dev/null 2>&1 || :
 
-        update-alternatives --remove %{_prefix}/lib/systemd/systemd-shutdown systemd-shutdown %{_prefix}/lib/systemd/systemd-shutdown-original
+        update-alternatives --remove systemd-shutdown %{_prefix}/lib/systemd/systemd-shutdown-original
 fi
 
 %posttrans