summaryrefslogtreecommitdiff
path: root/community/java-oracle/jdk.install
blob: 0d96b65724dbec21132e1f1be1331ccfb914bfc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  update-desktop-database -q
  echo "The jdk package is licensed software."
  echo "You MUST read and agree to the license stored in"
  echo "/usr/share/licenses/jdk/LICENSE before using it."

  echo 'Please relogin to include jdk in your PATH'
}

post_upgrade() {
  update-desktop-database -q
}

post_remove() {
  update-desktop-database -q
}