diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:32:19 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:32:19 (GMT) |
commit | 67cad48f5d0b0b9b27a666d71d4e17c4e48048b7 (patch) | |
tree | 756b0fd655c2de0b787f05842a66d3ef5c83c282 /abs/extra-testing/community/jre/jre.install | |
parent | 13dc5b17c22f090733755b24f84a5a7e5b4eec5d (diff) | |
download | linhes_pkgbuild-67cad48f5d0b0b9b27a666d71d4e17c4e48048b7.zip linhes_pkgbuild-67cad48f5d0b0b9b27a666d71d4e17c4e48048b7.tar.gz linhes_pkgbuild-67cad48f5d0b0b9b27a666d71d4e17c4e48048b7.tar.bz2 |
java: archsync and removed jre from community
Diffstat (limited to 'abs/extra-testing/community/jre/jre.install')
-rw-r--r-- | abs/extra-testing/community/jre/jre.install | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra-testing/community/jre/jre.install b/abs/extra-testing/community/jre/jre.install deleted file mode 100644 index 4e557a7..0000000 --- a/abs/extra-testing/community/jre/jre.install +++ /dev/null @@ -1,26 +0,0 @@ -post_upgrade() { - post_install $1 -} - -post_install() { - echo "The jre package is licensed software." - echo "You MUST read and agree to the license stored in" - echo "/opt/java/jre/LICENSE before using it." - if [ -f /etc/mailcap ] ; then - sed -e '/application\/x-java-jnlp-file/d' -i /etc/mailcap - fi - echo 'application/x-java-jnlp-file;/opt/java/jre/bin/javaws %s' >>/etc/mailcap -} - -post_remove() { - mailcap=$(grep -v 'application/x-java-jnlp-file' /etc/mailcap) - if [ "$mailcap" != "" ] ; then - sed -e '/application\/x-java-jnlp-file/d' -i /etc/mailcap - else - rm /etc/mailcap - fi -} - -op=$1 -shift -$op $* |