summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-07-02 23:11:31 +0300
committerThomas Backlund <tmb@mageia.org>2016-07-02 23:11:31 +0300
commit293f5a5fbddda083360034e1e0db90fb27ab6a19 (patch)
treed08bb69962255313bc0bb4728bcbe43b3cc5341b /perl-install
parent98cc1fe0d203ec7793a742f4dd3ad39dfdc49643 (diff)
downloaddrakx-293f5a5fbddda083360034e1e0db90fb27ab6a19.tar
drakx-293f5a5fbddda083360034e1e0db90fb27ab6a19.tar.gz
drakx-293f5a5fbddda083360034e1e0db90fb27ab6a19.tar.bz2
drakx-293f5a5fbddda083360034e1e0db90fb27ab6a19.tar.xz
drakx-293f5a5fbddda083360034e1e0db90fb27ab6a19.zip
finish-install: drop dm-reload hack
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/finish-install.xsetup2
2 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index e8c80f34f..beb99735c 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- finish-install:
+ o drop reload-dm hack
+
Version 17.47 - 30 June 2016
- recognize some missing wireless drivers (mga#16768)
diff --git a/perl-install/standalone/finish-install.xsetup b/perl-install/standalone/finish-install.xsetup
index 890560c28..740c7814c 100755
--- a/perl-install/standalone/finish-install.xsetup
+++ b/perl-install/standalone/finish-install.xsetup
@@ -34,7 +34,5 @@ if [ -f /etc/sysconfig/finish-install -a -x /usr/sbin/finish-install ]; then
LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT \
LC_IDENTIFICATION
fi
- # used in live systems, so that dm gets restarted with the new defaults
- touch /run/lock/reload-dm
fi
fi