summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rwxr-xr-xpioneer.install11
3 files changed, 1 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ed2bd58055..a74ee15893da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri May 13 10:11:30 UTC 2016
+# Tue May 17 23:01:33 UTC 2016
pkgbase = pioneer
pkgdesc = A game of lonely space adventure
pkgver = 20160512
pkgrel = 1
url = https://github.com/pioneerspacesim/pioneer
- install = pioneer.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3a70adc774c6..5014dd1b952e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ makedepends=('naturaldocs')
source=("$pkgname-$pkgver.tar.gz::http://github.com/pioneerspacesim/pioneer/archive/$pkgver.tar.gz" 'pioneer.desktop')
md5sums=('935967294b47a2ff8a7dfbf223a68b2a'
'f2301fe8850926b2d9bd89e3ab1158a8')
-install=pioneer.install
build() {
cd "$pkgname-$pkgver"
diff --git a/pioneer.install b/pioneer.install
deleted file mode 100755
index 734001649fe7..000000000000
--- a/pioneer.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}