diff options
author | Hyotaek Shim <hyotaekshim@gmail.com> | 2018-01-05 22:42:05 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaekshim@gmail.com> | 2018-01-05 22:42:05 +0900 |
commit | 891e33a5d7a33297cf0869e3ddf425d411a5add9 (patch) | |
tree | eb94571c0b19f328e9e889fabd90dc74ad9a9def | |
parent | bca3c6efb37e7fbe2a86d5e39092eef236e3a77c (diff) | |
download | system-plugin-891e33a5d7a33297cf0869e3ddf425d411a5add9.tar.gz system-plugin-891e33a5d7a33297cf0869e3ddf425d411a5add9.tar.bz2 system-plugin-891e33a5d7a33297cf0869e3ddf425d411a5add9.zip |
Remove unused resize2fs@.service files
Change-Id: I3796fde6f6eb24cef554f7b52023bc86b2663b53
Signed-off-by: Hyotaek Shim <hyotaekshim@gmail.com>
-rw-r--r-- | packaging/system-plugin.spec | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 339b34a..2f4e93e 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -172,10 +172,6 @@ ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-user.service ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-rootfs.service -ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dpartlabel-user.service -ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dpartlabel-system\\x2ddata.service -ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dpartlabel-rootfs.service - ln -s ../tizen-system-env.service %{buildroot}%{_unitdir}/basic.target.wants/tizen-system-env.service mkdir -p %{buildroot}%{_prefix}/lib/udev/rules.d/ @@ -237,11 +233,7 @@ systemctl daemon-reload /csa %{_prefix}/lib/udev/rules.d/51-system-plugin-spreadtrum.rules %{_unitdir}/tizen-system-env.service -%{_sysconfdir}/fstab_2parts %{_unitdir}/basic.target.wants/tizen-system-env.service -%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-user.service -%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-system\x2ddata.service -%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-rootfs.service %{_unitdir}/csa.mount %{_unitdir}/local-fs.target.wants/csa.mount %{_unitdir}/graphical.target.wants/tizen-fstrim-user.timer @@ -250,9 +242,6 @@ systemctl daemon-reload %{_bindir}/tizen-fstrim-on-charge.sh %{_datadir}/fixed_multiuser/fixed-multi-user.sh -%post device-spreadtrum -mv %{_sysconfdir}/fstab_2parts %{_sysconfdir}/fstab - %files device-n4 %manifest %{name}.manifest %license LICENSE.Apache-2.0 |