summaryrefslogtreecommitdiffstats
path: root/hosts/logi1
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/logi1')
-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' \