summarylogtreecommitdiffstats
path: root/file-roller-tmp.install
diff options
context:
space:
mode:
Diffstat (limited to 'file-roller-tmp.install')
-rw-r--r--file-roller-tmp.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/file-roller-tmp.install b/file-roller-tmp.install
new file mode 100644
index 000000000000..19d5a06306d2
--- /dev/null
+++ b/file-roller-tmp.install
@@ -0,0 +1,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
+}