diff options
author | François Andriot <[email protected]> | 2019-12-03 22:08:14 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2019-12-08 16:12:08 +0100 |
commit | d257b83fd4500c4543d8768332123a895c12b29d (patch) | |
tree | 9e1b4fb6f52f66f0a2bf6ad8ffc0cb8ceb672b9e /redhat/applications/tde-systemsettings | |
parent | 305f0d3d3e47c808ff20960d4c453e4dd268cbde (diff) | |
download | tde-packaging-d257b83fd4500c4543d8768332123a895c12b29d.tar.gz tde-packaging-d257b83fd4500c4543d8768332123a895c12b29d.zip |
RPM: fix configuration were overwritten during package update
Diffstat (limited to 'redhat/applications/tde-systemsettings')
-rw-r--r-- | redhat/applications/tde-systemsettings/tde-systemsettings.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/tde-systemsettings/tde-systemsettings.spec b/redhat/applications/tde-systemsettings/tde-systemsettings.spec index 6b6a1fbb5..98f92e826 100644 --- a/redhat/applications/tde-systemsettings/tde-systemsettings.spec +++ b/redhat/applications/tde-systemsettings/tde-systemsettings.spec @@ -173,7 +173,7 @@ echo "OnlyShowIn=TDE;" >>"%{?buildroot}%{tde_tdeappdir}/systemsettings.desktop" %{tde_datadir}/applications/tde/medianotifications.desktop %{tde_datadir}/applications/tde/systemsettings.desktop %{tde_datadir}/apps/systemsettings/ -%{tde_confdir}/systemsettingsrc +%config(noreplace) %{tde_confdir}/systemsettingsrc %{tde_datadir}/desktop-directories/*.directory %{tde_datadir}/icons/crystalsvg/*/apps/systemsettings.png %{tde_tdedocdir}/HTML/en/systemsettings/ |