summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInHong Han <inhong1.han@samsung.com>2016-08-22 11:52:00 +0900
committerInHong Han <inhong1.han@samsung.com>2016-08-22 16:46:52 +0900
commit977b78849ceaad80f92d2ab4f8fcabe2efa9cb41 (patch)
treec9c17a44615a862be5b87ff1a35c311993339eb2
parent70052c10dc6f39de31e96eee4c95b481b93f5dfa (diff)
downloadisf-config-977b78849ceaad80f92d2ab4f8fcabe2efa9cb41.tar.gz
isf-config-977b78849ceaad80f92d2ab4f8fcabe2efa9cb41.tar.bz2
isf-config-977b78849ceaad80f92d2ab4f8fcabe2efa9cb41.zip
Remove scim.path file for lazy mount
Change-Id: Ib866ae09558f42f9b8c3f2c44540e9da2520afde
-rw-r--r--packaging/isf-config-mobile.spec4
-rw-r--r--scim.path6
2 files changed, 1 insertions, 9 deletions
diff --git a/packaging/isf-config-mobile.spec b/packaging/isf-config-mobile.spec
index 952f486..116079f 100644
--- a/packaging/isf-config-mobile.spec
+++ b/packaging/isf-config-mobile.spec
@@ -24,11 +24,10 @@ rm -rf %{buildroot}
%__cp etc/scim/conf/* %{buildroot}%{_sysconfdir}/scim/conf
%__cp scim.service %{buildroot}%{_prefix}/lib/systemd/user
-%__cp scim.path %{buildroot}%{_prefix}/lib/systemd/user
%post
mkdir -p %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/
-ln -sf %{_prefix}/lib/systemd/user/scim.path %{_prefix}/lib/systemd/user/default.target.wants/scim.path
+ln -sf %{_prefix}/lib/systemd/user/scim.service %{_prefix}/lib/systemd/user/default.target.wants/scim.service
ln -sf %{_prefix}/lib/systemd/user/scim.service %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/
%files
@@ -36,5 +35,4 @@ ln -sf %{_prefix}/lib/systemd/user/scim.service %{_sysconfdir}/systemd/default-e
%defattr(-,root,root,-)
/etc/scim/conf/*
%{_prefix}/lib/systemd/user/scim.service
-%{_prefix}/lib/systemd/user/scim.path
%license LICENSE.APLv2
diff --git a/scim.path b/scim.path
deleted file mode 100644
index f2fbf95..0000000
--- a/scim.path
+++ /dev/null
@@ -1,6 +0,0 @@
-[Unit]
-Description=This path will tell you that isf (scim) daemons are ready to launch
-
-[Path]
-PathExists=/run/.wm_ready
-