[kde-workspace] fix fedora-plasma-cache.sh (to not exit)

Rex Dieter rdieter at fedoraproject.org
Fri Feb 8 12:45:42 UTC 2013


commit 12f65683c7ae0ff97ad434e0655a8e7ce3eb5fe7
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Feb 8 06:45:27 2013 -0600

    fix fedora-plasma-cache.sh (to not exit)

 fedora-plasma-cache.sh |    1 -
 kde-workspace.spec     |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/fedora-plasma-cache.sh b/fedora-plasma-cache.sh
index 1241ab5..fa37375 100755
--- a/fedora-plasma-cache.sh
+++ b/fedora-plasma-cache.sh
@@ -3,5 +3,4 @@
 if [ "`kreadconfig --file fedora-plasma-cacherc --group General --key FirstRun --default true`" = "true" ]; then
   rm -fv "`kde4-config --path cache`/"*.kcache
   kwriteconfig --file fedora-plasma-cacherc --group General --key FirstRun --type bool false
-  exit 0
 fi
diff --git a/kde-workspace.spec b/kde-workspace.spec
index 17b27ed..9ab16e1 100644
--- a/kde-workspace.spec
+++ b/kde-workspace.spec
@@ -9,7 +9,7 @@
 Summary: KDE Workspace
 Name:    kde-workspace
 Version: 4.10.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: GPLv2
 URL:     https://projects.kde.org/projects/kde/kde-workspace
@@ -985,6 +985,9 @@ fi
 
 
 %changelog
+* Fri Feb 08 2013 Rex Dieter <rdieter at fedoraproject.org> 4.10.0-5
+- fix fedora-plasma-cache.sh (to not exit)
+
 * Thu Feb 07 2013 Lukáš Tinkl <ltinkl at redhat.com> 4.10.0-4
 - fix wrong description and size for 2-stage USB storage devices
 


More information about the scm-commits mailing list