mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/java7-openjdk to 7.u21_2.3.9-3
This commit is contained in:
parent
0a5be346cb
commit
1089bceb8d
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ _HOTSPOT_CHANGESET=2c4981784101
|
||||||
_bootstrap=0 # 0/1 for quick build or full bootstrap
|
_bootstrap=0 # 0/1 for quick build or full bootstrap
|
||||||
|
|
||||||
pkgver=${_java_ver}.${_updatever}_${_icedtea_ver}
|
pkgver=${_java_ver}.${_updatever}_${_icedtea_ver}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://icedtea.classpath.org"
|
url="http://icedtea.classpath.org"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
|
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
|
||||||
/usr/sbin/init-jks-keystore
|
/usr/bin/init-jks-keystore
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
|
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
|
||||||
/usr/sbin/init-jks-keystore
|
/usr/bin/init-jks-keystore
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue