mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
|
||||
pkgver=${_java_ver}.${_updatever}_${_icedtea_ver}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://icedtea.classpath.org"
|
||||
license=('custom')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
post_install() {
|
||||
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
|
||||
/usr/sbin/init-jks-keystore
|
||||
/usr/bin/init-jks-keystore
|
||||
fi
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
|
||||
/usr/sbin/init-jks-keystore
|
||||
/usr/bin/init-jks-keystore
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue