summarylogtreecommitdiffstats
path: root/proton-ge-custom.install
blob: 35529ebf869d116a96f2fab2d1cd2fb9fe96caaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

post_install() {
  echo ":: This package, due to the way it is built and packaged is officialy UNSUPPORTED"
  echo "   by GloriousEggroll. Please do not bother them if something doesn't run with it."
  echo "   If something does NOT run with this package, but DOES run with the same official"
  echo "   version, installed according to upstream instructions, feel free to report it through"
  echo "   the AUR comment section."
  echo "   "
  echo "   This version of Proton is meant to be used with \"steam-native\" from the"
  echo "   \"steam-native-runtime\" package on Arch Linux"
}

post_upgrade() {
  post_install
}