diff options
author | Thomas Backlund <tmb@mageia.org> | 2011-12-10 21:49:33 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2011-12-10 21:49:33 +0000 |
commit | c67523c8456f195ab1b832bc6f11922165121950 (patch) | |
tree | 24f371b1ec399f13038803dde39ed2ea8893cf06 | |
parent | df37a3de523b66cada7852dc1bb42e4cc2d8bf3e (diff) | |
download | draklive-config-c67523c8456f195ab1b832bc6f11922165121950.tar draklive-config-c67523c8456f195ab1b832bc6f11922165121950.tar.gz draklive-config-c67523c8456f195ab1b832bc6f11922165121950.tar.bz2 draklive-config-c67523c8456f195ab1b832bc6f11922165121950.tar.xz draklive-config-c67523c8456f195ab1b832bc6f11922165121950.zip |
mdkonline is now mgaonline
-rw-r--r-- | config/live.cfg | 2 | ||||
-rw-r--r-- | files/mgaonlinerc (renamed from files/mdkonlinerc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/live.cfg b/config/live.cfg index fedb090..62f61dd 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -73,7 +73,7 @@ my $_l = { #- don't make kbluetoothrc display an annoying and useless popup window, and disable it by default [ 'files/kbluetoothrc', '/etc/kde/kbluetoothrc', { mode => 0644 } ], [ 'files/korgacrc', '/etc/kde/korgacrc', { mode => 0644 } ], - (map { [ 'files/mdkonlinerc', $_ . '/.MdkOnline/mdkonline', { mode => 0644, no_install => 1 } ] } @user_config_dirs), + (map { [ 'files/mgaonlinerc', $_ . '/.MgaOnline/mgaonline', { mode => 0644, no_install => 1 } ] } @user_config_dirs), (map { [ 'files/draksnapshot.sysconfig', $_ . '/.draksnapshot', { mode => 0644, no_install => 1 } ] } @user_config_dirs), [ 'files/compute-ooo-dicts.pl', '/usr/sbin/compute-ooo-dicts.pl', { mode => 0755 } ], [ 'files/compute-i18n-list.pl', '/usr/sbin/compute-i18n-list.pl', { mode => 0755 } ], diff --git a/files/mdkonlinerc b/files/mgaonlinerc index cca41e8..cca41e8 100644 --- a/files/mdkonlinerc +++ b/files/mgaonlinerc |