Removed install file. Already provided by hooks

This commit is contained in:
Joan Figueras 2017-01-09 01:14:24 +01:00
parent 68c10e9b25
commit c9c1eb2a55
3 changed files with 0 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

@ -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 $*