summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2017-01-09 01:14:24 +0100
committerJoan Figueras2017-01-09 01:14:24 +0100
commitc9c1eb2a55723ec8e4599e92da64b5c7d6031cf4 (patch)
tree40436002897907e17117df7a7b07b76c20024ece
parent68c10e9b25e762d0044c29567ef80c8eb8ec30b4 (diff)
downloadaur-c9c1eb2a55723ec8e4599e92da64b5c7d6031cf4.tar.gz
Removed install file. Already provided by hooks
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--icecat.install18
3 files changed, 0 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c422b859fe8..ad3ef94ca990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = icecat
pkgver = 45.5.1
pkgrel = 5
url = http://www.gnu.org/software/gnuzilla/
- install = icecat.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ee6f7a6844d1..04bc9b8fc545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,6 @@ makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
optdepends=('networkmanager: Location detection via available WiFi networks'
'upower: Battery API')
options=('!emptydirs' '!makeflags')
-install=icecat.install
source=(http://ftpmirror.gnu.org/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig}
#source=(https://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig} ## Main upstream download site
#source=(https://mirrors.kernel.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2 ## Good mirror
diff --git a/icecat.install b/icecat.install
deleted file mode 100644
index 7b344b320d66..000000000000
--- a/icecat.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install () {
- update-desktop-database -q
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}
-
-#op=$1
-#shift
-
-#$op $*