summarylogtreecommitdiffstats
path: root/frog-ocr.install
diff options
context:
space:
mode:
Diffstat (limited to 'frog-ocr.install')
-rw-r--r--frog-ocr.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/frog-ocr.install b/frog-ocr.install
new file mode 100644
index 000000000000..189eaec99988
--- /dev/null
+++ b/frog-ocr.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ""
+ echo "You must have the XDG_DATA_HOME variable set"
+ echo "otherwise this program will not run!"
+ echo ""
+ echo "See https://wiki.archlinux.org/title/XDG_Base_Directory"
+ echo ""
+}
+
+post_upgrade() {
+ post_install
+}