Remove starter-pre.service & starter-pre.path 83/77983/1
authorgs86.lee <gs86.lee@samsung.com>
Sun, 3 Jul 2016 22:29:03 +0000 (07:29 +0900)
committergs86.lee <gs86.lee@samsung.com>
Sun, 3 Jul 2016 22:29:03 +0000 (07:29 +0900)
Change-Id: I6c587d50d7324fc3f6b21f725a2990366c8aedc1

packaging/starter-pre.path [deleted file]
packaging/starter-pre.service [deleted file]
packaging/starter.service
packaging/starter.spec

diff --git a/packaging/starter-pre.path b/packaging/starter-pre.path
deleted file mode 100644 (file)
index 5abc563..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[Unit]
-Description=Start the "starter" program
-
-[Path]
-PathExists=/run/.wm_ready
diff --git a/packaging/starter-pre.service b/packaging/starter-pre.service
deleted file mode 100644 (file)
index 7437bec..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Pre actions for "starter"
-
-[Service]
-EnvironmentFile=/run/tizen-system-env
-Type=oneshot
-ExecStart=/bin/sh -c "echo starter-pre.service"
index d7e8e4e..0881846 100644 (file)
@@ -1,7 +1,6 @@
 [Unit]
 Description=Start the "starter" program
-Requires=starter-pre.service
-After=starter-pre.service ac.service deviced.service launchpad-preload.service
+After=ac.service deviced.service launchpad-preload.service
 
 [Service]
 EnvironmentFile=/run/tizen-system-env
index c130646..0fb52b1 100644 (file)
@@ -10,8 +10,6 @@ License:    Apache-2.0
 Source0:    starter-%{version}.tar.gz
 Source1:    starter.service
 Source2:    starter.path
-Source3:    starter-pre.service
-Source4:    starter-pre.path
 
 %if "%{profile}" == "tv"
 ExcludeArch: %{arm} %ix86 x86_64
@@ -152,12 +150,6 @@ ln -s ../starter.service %{buildroot}%{__usrdir}/default.target.wants/starter.se
 install -m 0644 %SOURCE2 %{buildroot}%{__usrdir}/starter.path
 ln -s ../starter.path %{buildroot}%{__usrdir}/default.target.wants/starter.path
 
-install -m 0644 %SOURCE3 %{buildroot}%{__usrdir}/starter-pre.service
-ln -s ../starter-pre.service %{buildroot}%{__usrdir}/default.target.wants/starter-pre.service
-
-install -m 0644 %SOURCE4 %{buildroot}%{__usrdir}/starter-pre.path
-ln -s ../starter-pre.path %{buildroot}%{__usrdir}/default.target.wants/starter-pre.path
-
 mkdir -p %{buildroot}/usr/share/license
 cp -f LICENSE %{buildroot}/usr/share/license/%{name}
 
@@ -170,11 +162,7 @@ sync
 %{_bindir}/starter
 %{__usrdir}/starter.service
 %{__usrdir}/starter.path
-%{__usrdir}/starter-pre.service
-%{__usrdir}/starter-pre.path
 %{__usrdir}/default.target.wants/starter.service
 %{__usrdir}/default.target.wants/starter.path
-%{__usrdir}/default.target.wants/starter-pre.service
-%{__usrdir}/default.target.wants/starter-pre.path
 /usr/share/license/%{name}
 /usr/share/locale/*/LC_MESSAGES/*