summarylogtreecommitdiffstats
path: root/file-roller-tmp.install
blob: 19d5a06306d22ec6d70835aa5e5d23ecb9138a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pre_install() {
  echo "WARNING: 'file-roller-tmp' is now empty: manual intervention required"
  echo
  echo "  AUR/file-roller-tmp has been abandoned since 2020,"
  echo "  and now it has been deleted."
  echo
  echo "  Please install 'file-roller' instead (this will remove 'file-roller-tmp'):"
  echo
  echo "  sudo pacman -Syu file-roller"
  echo
}

pre_upgrade() {
  pre_install
}