extra/java7-openjdk to 7.u21_2.3.9-3

This commit is contained in:
Kevin Mihelich 2013-05-15 14:30:30 +00:00
parent 0a5be346cb
commit 1089bceb8d
2 changed files with 3 additions and 3 deletions

View file

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

View file

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