From 02b57b61aafd29a78023e242a0cf998cd93a91ee Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 9 Nov 1999 17:31:24 +0000 Subject: *** empty log message *** --- perl-install/install2.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 08f6cf86f..d80d6625f 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -574,6 +574,12 @@ sub main { install_any::lnx4win_postinstall($o->{prefix}) if $o->{lnx4win}; install_any::killCardServices(); + #- ala pixel? :-) [fpons] + sync(); sync(); + + #- remounting read-only may avoid error if kernel is unable to umount fs. + install_any::remount_readonly($o, $o->{prefix}); + log::l("installation complete, leaving"); print "\n" x 30; } -- cgit v1.2.1