mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/icedtea-web to 1.6.2-2
This commit is contained in:
parent
f6ad7add00
commit
0ac62fe74a
2 changed files with 1 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=icedtea-web
|
||||
pkgname=('icedtea-web' 'icedtea-web-doc')
|
||||
pkgver=1.6.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://icedtea.classpath.org/wiki/IcedTea-Web'
|
||||
license=('GPL2')
|
||||
|
@ -73,7 +73,6 @@ package_icedtea-web() {
|
|||
depends=('java-runtime-openjdk' 'desktop-file-utils')
|
||||
provides=('java-web-start')
|
||||
replaces=('icedtea-web-java7')
|
||||
install=install_${pkgname}.sh
|
||||
|
||||
cd "${srcdir}"/${pkgbase}-${pkgver}
|
||||
# possible make target (see bottom of Makefile.am: install-exec-local install-data-local
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
update-desktop-database -q
|
||||
}
|
Loading…
Reference in a new issue