summarylogtreecommitdiffstats
path: root/quake4-demo.install
diff options
context:
space:
mode:
authorSlashbunny2009-08-12 22:17:38 -0400
committerSlashbunny2009-08-12 22:17:38 -0400
commitc03ad144aaa9ddfcae861dfe63d2091e6ad29313 (patch)
tree74e169d86e807598e6b44e96fb21ece2b4ede3a3 /quake4-demo.install
downloadaur-c03ad144aaa9ddfcae861dfe63d2091e6ad29313.tar.gz
Initial commit of personal PKGBUILDs for Arch Linux
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 $*