summarylogtreecommitdiffstats
path: root/lua-magic.install
diff options
context:
space:
mode:
authorChristian Hesse2022-09-12 09:26:08 +0200
committerChristian Hesse2022-09-12 09:26:08 +0200
commit91c7241afb3a87dcd62da44ce7e52f6c4d7cfd5e (patch)
tree255b445f19e331706275365137766c80c9af9d7b /lua-magic.install
parent8b56c58adac326362e4dc4f51f2feeb3a727dd06 (diff)
downloadaur-91c7241afb3a87dcd62da44ce7e52f6c4d7cfd5e.tar.gz
commit lua-magic 5.41-1
Diffstat (limited to 'lua-magic.install')
-rw-r--r--lua-magic.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/lua-magic.install b/lua-magic.install
new file mode 100644
index 000000000000..98f7ce711b0a
--- /dev/null
+++ b/lua-magic.install
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+message() {
+ echo ":: This package has been renamed. Please install 'lua-libmagic'"
+ echo " (or 'lua51-libmagic' or 'lua52-libmagic', respectively) instead."
+}
+
+post_upgrade() {
+ message
+}
+
+post_install() {
+ message
+}