diff options
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rwxr-xr-x | perl-install/standalone/finish-install.xsetup | 2 |
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 |