summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-06-27 21:18:31 +0200
committerJaroslav Lichtblau2016-06-27 21:18:31 +0200
commita7d7b0818d44c912e3c49d935e672732b8ee5aef (patch)
tree53ef875c3d7ccbd6fb7d17d11807b3352e55c5f3
parent394f2400ac10da613639ea9e6b12d78cd86b13ce (diff)
downloadaur-a7d7b0818d44c912e3c49d935e672732b8ee5aef.tar.gz
install file not needed due to introduction of pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--eaglemode.install12
3 files changed, 1 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28c91002155e..7b0044bf5f8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Jun 27 19:16:33 UTC 2016
+# Mon Jun 27 19:18:28 UTC 2016
pkgbase = eaglemode
pkgdesc = Visit almost everything in your PC simply by zooming in
pkgver = 0.91.0
pkgrel = 1
url = http://eaglemode.sourceforge.net/
- install = eaglemode.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 87175083f4a4..3d9856ef3901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url="http://eaglemode.sourceforge.net/"
license=('GPL3')
depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libtiff' 'libpng' 'librsvg' 'poppler-glib' 'xdg-utils' 'xine-lib' 'xz')
makedepends=('perl')
-install=$pkgname.install
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
sha256sums=('9ed28d0f6f7d25ca41c09f89cfe34fc322c894e24c8f0642bc4ba00449a90aa4')
diff --git a/eaglemode.install b/eaglemode.install
deleted file mode 100644
index 44adcaf1befa..000000000000
--- a/eaglemode.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}