summarylogtreecommitdiffstats
path: root/frog-ocr.install
blob: 189eaec999883ae3d2b2650ff46ee337e718e054 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}