summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-05-21 18:02:30 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-05-21 18:02:30 (EDT)
commit8f03929e41412824d9d8315f7f409d9ab5dd0e50 (patch)
treeb199bc713fbd02298c71e9b6e8caa39af9704404
parent63d8c7c7f81e209b0fc370c96249ff548be295ff (diff)
downloadpc-inst-8f03929e41412824d9d8315f7f409d9ab5dd0e50.zip
pc-inst-8f03929e41412824d9d8315f7f409d9ab5dd0e50.tar.gz
pc-inst-8f03929e41412824d9d8315f7f409d9ab5dd0e50.tar.bz2
logi1: Install patched inkscape
-rw-r--r--hosts/logi1/postinst9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index d0fdebd..bf19b48 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -157,6 +157,15 @@ printf '%s %s\n' \
in_target dpkg -i 'fbpanel_7.0-3.1_amd64.deb'
in_target rm -f 'fbpanel_7.0-3.1_amd64.deb'
+# Install inkscape patched to match document size against known paper sizes.
+in_target wget \
+ 'http://www.pehjota.net/~pj/inkscape/inkscape_0.92.3-1~bpo9+1_amd64.deb'
+printf '%s %s\n' \
+ '1742aeef4a878714a05fbd85451fd65982b88da109ea01fe5cb94100b90f723f' \
+ 'inkscape_0.92.3-1~bpo9+1_amd64.deb' | in_target sha256sum -c
+in_target dpkg -i 'inkscape_0.92.3-1~bpo9+1_amd64.deb'
+in_target rm -f 'inkscape_0.92.3-1~bpo9+1_amd64.deb'
+
# Install ssic.
in_target wget 'http://www.pehjota.net/~pj/ssic/ssic_1.0.0-1_all.deb'
printf '%s %s\n' \