summarylogtreecommitdiffstats
path: root/acroread.install
diff options
context:
space:
mode:
Diffstat (limited to 'acroread.install')
-rw-r--r--acroread.install12
1 files changed, 7 insertions, 5 deletions
diff --git a/acroread.install b/acroread.install
index 660593cf5668..f0c4340764c2 100644
--- a/acroread.install
+++ b/acroread.install
@@ -1,11 +1,13 @@
post_install() {
- update-desktop-database -q
+ 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
}
-
-post_remove() {
- post_install
-}