summaryrefslogtreecommitdiffstats
path: root/perl-install/printer.pm
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2002-08-18 23:12:33 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2002-08-18 23:12:33 +0000
commitd2b5901dc558a5c0f1cf55c85f2da95af02d740c (patch)
tree062a996a9e0cf3dc3f22e540e45d5d7e9c9f1ca1 /perl-install/printer.pm
parente93e05749855bc3f1e0852b8103e47be541cd11c (diff)
downloaddrakx-backup-do-not-use-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar
drakx-backup-do-not-use-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar.gz
drakx-backup-do-not-use-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar.bz2
drakx-backup-do-not-use-d2b5901dc558a5c0f1cf55c85f2da95af02d740c.tar.xz
drakx-backup-do-not-use-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.pm6
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;
}