diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2002-08-18 23:12:33 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2002-08-18 23:12:33 +0000 |
commit | d2b5901dc558a5c0f1cf55c85f2da95af02d740c (patch) | |
tree | 062a996a9e0cf3dc3f22e540e45d5d7e9c9f1ca1 /perl-install/printer.pm | |
parent | e93e05749855bc3f1e0852b8103e47be541cd11c (diff) | |
download | drakx-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar drakx-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar.gz drakx-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar.bz2 drakx-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar.xz drakx-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.zip |
Fixed HP multi-function device configuration during the installation:
- Fixed mistyped package name for "mtoolsfm"
- Set links for photo card reader auto-detection to work
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r-- | perl-install/printer.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 012e443cd..41e2435d6 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -1469,6 +1469,12 @@ sub configure_hpoj { sub getConfigInfo { return (%configInfo) }"; + + if ($::isInstall) { + # Needed for photo card reader detection during installation + system("ln -s $prefix/var/run/ptal-mlcd /var/run/ptal-mlcd"); + system("ln -s $prefix/etc/ptal /etc/ptal"); + } $ptalinitread = 1; } |