summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292016-05-13 11:58:36 +0200
committerSpike292016-05-13 11:58:36 +0200
commitdcbe1b20ad7cfe217c56a275faba42afd2a8246f (patch)
tree056c67e466b4da43e5d0476c375b0ea949825755
parentf4c4f8ff32983ad19403ebfb24e9bc5d754ca34f (diff)
downloadaur-raceintospace.tar.gz
Remove .install file (replaced by pacman hooks)
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD3
-rwxr-xr-xraceintospace.install14
3 files changed, 3 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9de0c5676543..c7d5a4a35686 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Feb 22 17:38:47 UTC 2016
+# Fri May 13 09:58:02 UTC 2016
pkgbase = raceintospace
pkgdesc = The computer version of the Liftoff! board game by Fritz Bronner
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.raceintospace.org/
- install = raceintospace.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 648a775e14db..5cc2fb09fd0e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname='raceintospace'
pkgver='1.1'
-pkgrel='3'
+pkgrel='4'
pkgdesc='The computer version of the Liftoff! board game by Fritz Bronner'
arch=('i686' 'x86_64')
url='http://www.raceintospace.org/'
license=('GPL2')
depends=('sdl' 'libvorbis' 'libtheora')
-install="$pkgname.install"
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
"$pkgname.desktop")
md5sums=('898fe3ba5c43f6e7b857f5df0093f7a6'
diff --git a/raceintospace.install b/raceintospace.install
deleted file mode 100755
index 5f89c7470a25..000000000000
--- a/raceintospace.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
-update-desktop-database -q
-cat << EOF
->>> NOTE: to exit the game go to Administration -> Time Capsule
-EOF
-}
-
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- post_upgrade
-}