summarylogtreecommitdiffstats
path: root/unifi-video.install
blob: 13dc80d0dc1f0c1827b323ecc80ff3de53970e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  if ! [[ -x $( which java ) ]]; then
    echo "Could not find java, please use archlinux-java to select a default."
  fi
}

post_upgrade() {
  post_install "$1"
}

# vim:set ts=2 sw=2 et: