mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Removed install file. Already provided by hooks
This commit is contained in:
parent
68c10e9b25
commit
c9c1eb2a55
3 changed files with 0 additions and 20 deletions
1
.SRCINFO
1
.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
|
||||
|
|
|
|||
1
PKGBUILD
1
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
|
||||
|
|
|
|||
|
|
@ -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 $*
|
||||
Loading…
Add table
Reference in a new issue