summarylogtreecommitdiffstats
path: root/smallpdf-desktop.install
diff options
context:
space:
mode:
authorSilvan Jegen2018-05-04 14:15:47 +0200
committerSilvan Jegen2018-05-04 14:25:23 +0200
commit035cf3ff6b1e4682353f0bcca8dce23903bf68b0 (patch)
treeb88a9e2643ceff274ce182df43780dca0c86c0ed /smallpdf-desktop.install
downloadaur-035cf3ff6b1e4682353f0bcca8dce23903bf68b0.tar.gz
Initial commit
Diffstat (limited to 'smallpdf-desktop.install')
-rw-r--r--smallpdf-desktop.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/smallpdf-desktop.install b/smallpdf-desktop.install
new file mode 100644
index 000000000000..f27e8d9c5d44
--- /dev/null
+++ b/smallpdf-desktop.install
@@ -0,0 +1,8 @@
+smallpdfmessage="Run 'smallpdf' to run the reader. Please note that the\nPDF-to-Office-formats conversion tools are not available (yet)."
+
+post_install() {
+ echo -e $smallpdfmessage
+}
+post_upgrade() {
+ echo -e $smallpdfmessage
+}