Remove path activation 16/62616/1 accepted/tizen/mobile/20160318.114100 submit/tizen_mobile/20160317.054744
authorjin0.kim <jin0.kim@samsung.com>
Thu, 17 Mar 2016 05:26:39 +0000 (13:56 +0830)
committerjin0.kim <jin0.kim@samsung.com>
Thu, 17 Mar 2016 05:26:39 +0000 (13:56 +0830)
Change-Id: Ibf3a2fa515177e24ba2d0b6ac2ff17ca7b041903

packaging/org.tizen.quickpanel.spec
packaging/quickpanel-system.path [deleted file]
packaging/quickpanel-system.service [deleted file]

index 6e2fdc5..b789c40 100755 (executable)
@@ -8,8 +8,6 @@ Release: 1
 Group: Applications/Core Applications
 License: Apache-2.0
 Source0: %{name}-%{version}.tar.gz
-Source102: quickpanel-system.service
-Source104: quickpanel-system.path
 Source103: org.tizen.quickpanel.manifest
 
 %if "%{?profile}" == "wearable"
@@ -98,13 +96,8 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 %make_install
 
-mkdir -p %{buildroot}%{__usrdir}/default.target.wants
-install -m 0644 %SOURCE102 %{buildroot}%{__usrdir}/quickpanel.service
-install -m 0644 %SOURCE104 %{buildroot}%{__usrdir}/quickpanel.path
-ln -s ../quickpanel.path %{buildroot}%{__usrdir}/default.target.wants/
 %post
 
-
 %files
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
@@ -114,7 +107,4 @@ ln -s ../quickpanel.path %{buildroot}%{__usrdir}/default.target.wants/
 /opt/%{_prefix}/apps/%{name}/data
 %{_prefix}/apps/%{name}
 %{_prefix}/share/packages/%{name}.xml
-%{__usrdir}/default.target.wants/quickpanel.path
-%{__usrdir}/quickpanel.service
-%{__usrdir}/quickpanel.path
 %{_prefix}/share/license/%{name}
diff --git a/packaging/quickpanel-system.path b/packaging/quickpanel-system.path
deleted file mode 100644 (file)
index a177b60..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[Unit]
-Description=Start the "Quickpanel" program
-
-[Path]
-PathExists=/run/.wm_ready
diff --git a/packaging/quickpanel-system.service b/packaging/quickpanel-system.service
deleted file mode 100755 (executable)
index 8e4582a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=Start the Quickpanel
-Requires=ac.service
-After=ac.service
-
-[Service]
-Type=simple
-EnvironmentFile=/run/tizen-system-env
-#ExecStart=/usr/apps/org.tizen.quickpanel/bin/quickpanel
-ExecStart=/usr/bin/app_launcher -s org.tizen.quickpanel __LAUNCH_APP_MODE__ SYNC
-Restart=always
-RestartSec=0
-KillSignal=SIGKILL
-OOMScoreAdjust=200
-
-[Install]
-#WantedBy=multi-user.target
-WantedBy=default.target