summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-03-18 12:44:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-03-18 12:44:34 +0000
commit4ee0ed853699504355d31db04d2d7d134fe64073 (patch)
tree953c38d1841cbdab7af9c6c7727e7f5a3c228887 /perl-install/Xconfig
parent7e96658a6ee2cf87bec3b5b4abf68b229d08a735 (diff)
downloaddrakx-backup-do-not-use-4ee0ed853699504355d31db04d2d7d134fe64073.tar
drakx-backup-do-not-use-4ee0ed853699504355d31db04d2d7d134fe64073.tar.gz
drakx-backup-do-not-use-4ee0ed853699504355d31db04d2d7d134fe64073.tar.bz2
drakx-backup-do-not-use-4ee0ed853699504355d31db04d2d7d134fe64073.tar.xz
drakx-backup-do-not-use-4ee0ed853699504355d31db04d2d7d134fe64073.zip
ensure the .old X conf is the last one
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r--perl-install/Xconfig/xfree.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm
index 4499dcb3e..5729fd84b 100644
--- a/perl-install/Xconfig/xfree.pm
+++ b/perl-install/Xconfig/xfree.pm
@@ -37,6 +37,7 @@ sub write {
if (-l $_) {
unlink $_;
} else {
+ unlink "$_.old";
rename $_, "$_.old"; #- there will not be any XF86Config nor XF86Config-4 anymore, we want this!
}
}