summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/jdk/jdk.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-03-12 02:31:15 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-03-12 02:31:15 (GMT)
commitf5aec7819fddfacad61ba676328ebbb457a30eef (patch)
treefffc6732c0487c161245cef5994049098756c73e /abs/extra-testing/community/jdk/jdk.install
parente6667fd4e113d9846e29685ea6b5b000836db057 (diff)
downloadlinhes_pkgbuild-f5aec7819fddfacad61ba676328ebbb457a30eef.zip
linhes_pkgbuild-f5aec7819fddfacad61ba676328ebbb457a30eef.tar.gz
linhes_pkgbuild-f5aec7819fddfacad61ba676328ebbb457a30eef.tar.bz2
Need to compile ProjectX
Diffstat (limited to 'abs/extra-testing/community/jdk/jdk.install')
-rw-r--r--abs/extra-testing/community/jdk/jdk.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/extra-testing/community/jdk/jdk.install b/abs/extra-testing/community/jdk/jdk.install
new file mode 100644
index 0000000..6fb8be5
--- /dev/null
+++ b/abs/extra-testing/community/jdk/jdk.install
@@ -0,0 +1,14 @@
+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 $*