extra/icedtea-web to 1.6.2-2

This commit is contained in:
Kevin Mihelich 2016-05-12 12:17:19 +00:00
parent f6ad7add00
commit 0ac62fe74a
2 changed files with 1 additions and 13 deletions

View file

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

View file

@ -1,11 +0,0 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}