summarylogtreecommitdiffstats
path: root/quakespasm-svn.install
diff options
context:
space:
mode:
authorFrederic Bezies2016-05-19 19:26:56 +0200
committerFrederic Bezies2016-05-19 19:26:56 +0200
commitc03196bf7026152521f27ab1a4b17b1ff2a08388 (patch)
treeedbbdc3979b54a7ac6b71e15a88393574a042777 /quakespasm-svn.install
parentfae581f1631aa9c699b3d233e83758a1e9da1337 (diff)
downloadaur-c03196bf7026152521f27ab1a4b17b1ff2a08388.tar.gz
Pacman hooks update
Diffstat (limited to 'quakespasm-svn.install')
-rw-r--r--quakespasm-svn.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/quakespasm-svn.install b/quakespasm-svn.install
deleted file mode 100644
index 711637c70167..000000000000
--- a/quakespasm-svn.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- cat <<- EOF
- :: You need the Quake data (.pak) files to play.
- :: pak0.pak to play the shareware episode and/or
- :: additionally pak1.pak for the whole game.
- :: Put them into <YOUR_HOME_DIR>/.quakespasm/id1/
- EOF
-}
-
-post_upgrade() {
- post_install $1
-}