summaryrefslogtreecommitdiffstats
path: root/perl-install/printer.pm
diff options
context:
space:
mode:
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;
}