diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-02 14:47:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-02 14:47:03 +0000 |
commit | c83f743fe269a2aecfa03df12bfe698800296455 (patch) | |
tree | 3b5f62a46dee395a57771f6c6bd861179291ef27 /move | |
parent | a5eb8948c7d4957f5f7fd014c10eb296388af7cb (diff) | |
download | drakx-c83f743fe269a2aecfa03df12bfe698800296455.tar drakx-c83f743fe269a2aecfa03df12bfe698800296455.tar.gz drakx-c83f743fe269a2aecfa03df12bfe698800296455.tar.bz2 drakx-c83f743fe269a2aecfa03df12bfe698800296455.tar.xz drakx-c83f743fe269a2aecfa03df12bfe698800296455.zip |
remove modem.pm
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index 5405e17e5..88c38233f 100755 --- a/move/make_live +++ b/move/make_live @@ -92,7 +92,7 @@ print "Making live in $::prefix directory.\n"; { eval { fs::umount("$::prefix/proc") }; -# eval { rm_rf($::prefix) }; + eval { rm_rf($::prefix) }; output_p("$::prefix/etc/fstab", "none /proc proc defaults 0 0\n"); installPackages(); run_program::rooted($::prefix, 'ldconfig'); @@ -169,3 +169,6 @@ unlink "$::prefix/usr/X11R6/bin/drakfw"; substInFile { s|startkde\b|startkde_move|; } "$::prefix/etc/X11/wmsession.d/01KDE"; + +#- drakxtools contains a broken unneeded file +unlink "$::prefix/usr/lib/libDrakX/modem.pm"; |