summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drakconf.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/drakconf.spec b/drakconf.spec
index 61e149f2..47bb049f 100644
--- a/drakconf.spec
+++ b/drakconf.spec
@@ -6,7 +6,7 @@
Summary: The Mandrake Control Center
Name: drakconf
Version: %version
-Release: 0.6mdk
+Release: 0.7mdk
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
Source0: %name-%version.tar.bz2
@@ -75,8 +75,8 @@ touch %buildroot/etc/mcc.conf
%postun
%clean_menus
-%triggerun -- %{name} < 9.0-0.5mdk
-[[ -e /root/mcc.conf ]] && cp -af /root/.mcc /etc/mcc.conf
+%triggerun -- %name < 9.0-0.6mdk
+[[ -s /root/.mcc ]] && cp -af /root/.mcc /etc/mcc.conf; :
%clean
rm -rf $RPM_BUILD_ROOT
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/mcc/kde
%changelog
+* Wed Aug 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.0-0.7mdk
+- fix move from /root/.mcc to /etc/mcc.conf
+
* Tue Aug 13 2002 Pixel <pixel@mandrakesoft.com> 9.0-0.6mdk
- add WebDAV entry
- replace /etc/mcc with /etc/mcc.conf (?)