summarylogtreecommitdiffstats
path: root/neoarch-git.install
blob: 4316a116792a8f2bedab36e9408a7076c3da58a9 (plain)
1
2
3
4
5
post_install() {
  if command -v flatpak >/dev/null 2>&1; then
    flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || true
  fi
}