From d2b5901dc558a5c0f1cf55c85f2da95af02d740c Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Sun, 18 Aug 2002 23:12:33 +0000 Subject: 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 --- perl-install/printer.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/printer.pm') 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; } -- cgit v1.2.1