Skip to content

Commit

Permalink
[nemo-transfer-engine] By default the config file is not installed an…
Browse files Browse the repository at this point in the history
…ymore. It will be provided by the package, which provides the callback API for notifications.
  • Loading branch information
Marko Mattila committed Apr 10, 2013
1 parent 72ad836 commit b498470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions rpm/transfer-engine.spec
Expand Up @@ -24,7 +24,7 @@ BuildRequires: pkgconfig(quillmetadata)
%{_bindir}/nemo-transfer-engine
%{_datadir}/dbus-1/services/org.nemo.transferengine.service
%{_datadir}/translations/nemo-transfer-engine_eng_en.qm
/home/nemo/.config/nemomobile/*.conf



%package -n nemo-transferengine-devel
Expand Down Expand Up @@ -105,9 +105,6 @@ then
kill -s 10 %{te_pid}
fi

chown nemo:nemo -R /home/%{def_user}/.config/nemomobile
chmod u+rw -R /home/%{def_user}/.config/nemomobile

exit 0

%postun -n nemo-transferengine
Expand Down
5 changes: 0 additions & 5 deletions transfer-engine.pro
Expand Up @@ -10,8 +10,3 @@ OTHER_FILES += \
doc/src/* \
doc/config/*


config.files = nemo-transfer-engine.conf
config.path = /home/nemo/.config/nemomobile

INSTALLS += config

0 comments on commit b498470

Please sign in to comment.