summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-05-01 10:24:35 -0400
committerSteven Allen2016-05-01 10:24:35 -0400
commitc81a2dd7e975e4eb387ca7f75c2060a2a42b9e9a (patch)
treec7a67b8ed3f58e3c5c054c458fa1a46c3015c343
parentc73bf26e07f6d9a902cbc20da53e18a2f5809bc9 (diff)
downloadaur-c81a2dd7e975e4eb387ca7f75c2060a2a42b9e9a.tar.gz
Remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--pithos.install12
3 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1040046e14de..14a6a1d9f590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun May 1 14:24:35 UTC 2016
pkgbase = pithos
pkgdesc = Pandora Internet Radio player for GNOME
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://pithos.github.io/
- install = pithos.install
arch = any
license = GPL3
depends = python>=3.5
diff --git a/PKGBUILD b/PKGBUILD
index a026deab675a..5945aa493508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pithos
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Pandora Internet Radio player for GNOME'
arch=('any')
url="http://pithos.github.io/"
@@ -21,7 +21,6 @@ optdepends=('libkeybinder3: for media keys plugin'
'libnotify: Notification support'
'python-dbus: MPRIS/Screensaver Pause/Gnome mediakeys support')
source=("https://github.com/pithos/pithos/archive/${pkgver}.tar.gz")
-install="$pkgname.install"
sha256sums=('560cc42410981c4578505bf67635c75d11b63fe8ff5d4d73e154e016e7fe5465')
package() {
diff --git a/pithos.install b/pithos.install
deleted file mode 100644
index db6d40bae922..000000000000
--- a/pithos.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}