summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/jdk/jdk.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-01 23:46:36 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-01 23:46:36 (GMT)
commit3ccfc61093ef424b66bcca262809314ab786180b (patch)
tree3fe2a5ad87905cc5e4a91cfeafede737ae0b1b8b /abs/extra/community/jdk/jdk.install
parent9106406e65a0b18dc0d38d4a96cc7c43ceab3ad0 (diff)
downloadlinhes_pkgbuild-3ccfc61093ef424b66bcca262809314ab786180b.zip
linhes_pkgbuild-3ccfc61093ef424b66bcca262809314ab786180b.tar.gz
linhes_pkgbuild-3ccfc61093ef424b66bcca262809314ab786180b.tar.bz2
xorg-fonts-75dpi: recompile ... plus killing a redundant jdk
Diffstat (limited to 'abs/extra/community/jdk/jdk.install')
-rw-r--r--abs/extra/community/jdk/jdk.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/extra/community/jdk/jdk.install b/abs/extra/community/jdk/jdk.install
deleted file mode 100644
index 6fb8be5..0000000
--- a/abs/extra/community/jdk/jdk.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_upgrade() {
- post_install $1
-}
-
-post_install() {
- echo "The jdk package is licensed software."
- echo "You MUST read and agree to the license stored in"
- echo "/opt/java/LICENSE before using it."
-
-}
-
-op=$1
-shift
-$op $*