doom3: use INSTALL.msg instead.

This commit is contained in:
Juan RP 2014-09-15 16:20:04 +02:00
parent c2b011a98a
commit e32e0cea45
2 changed files with 1 additions and 8 deletions

View file

@ -1,6 +1,3 @@
case "${ACTION}" in
post)
cat<<EOF
=========================================================================
In order to use the software, you have to agree to ID Software's license
@ -33,6 +30,3 @@ If you are using pulseaudio don't forget to also install the
'alsa-plugins-pulseaudio-32bit' for x86_64 (64bit).
=========================================================================
EOF
;;
esac

View file

@ -1,8 +1,7 @@
# Template file for 'doom3'
pkgname=doom3
version=1.3.1.1304
revision=2
makedepends="libudev-devel alsa-lib-devel libXext-devel desktop-file-utils"
revision=3
depends="libudev alsa-lib libXext desktop-file-utils"
short_desc="Doom 3 for Linux"
maintainer="Juan RP <xtraeme@gmail.com>"