summarylogtreecommitdiffstats
path: root/quake4-demo.install
diff options
context:
space:
mode:
Diffstat (limited to 'quake4-demo.install')
-rw-r--r--quake4-demo.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/quake4-demo.install b/quake4-demo.install
new file mode 100644
index 000000000000..6300b4afd4f9
--- /dev/null
+++ b/quake4-demo.install
@@ -0,0 +1,15 @@
+post_install() {
+cat << EOF
+IMPORTANT
+==> In order to use the software, you have to agree to ID Software's license
+==> located in /opt/quake4-demo/License.txt
+==> If you don't, please remove this package (pacman -R quake4-demo)
+EOF
+
+ /bin/true
+}
+
+
+op=$1
+shift
+$op $*