summarylogtreecommitdiffstats
path: root/acroread.install
blob: f0c4340764c2cf13595152ec3e866c0df5646594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    cat << \here
This software is heavily outdated and crashes reproducibly.
possible workarounds:
• use another pdf-reader whereever possible
• use acroread windows version in wine (HowTo: https://appdb.winehq.org/objectManager.php?sClass=version&iId=27093&iTestingId=92286)
• remove /opt/Adobe/Reader9/Reader/intellinux/plug_ins/EFS.api (this might have unknown consequences regarding your data and software functionality)
here
}

post_upgrade() {
    post_install
}