summarylogtreecommitdiffstats
path: root/netbeans-javase.install
blob: 7398ae836dc3d9d472de35e8cd01268e36fc2446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_upgrade() {
  update-desktop-database >/dev/null 2>&1
}

post_install() {
  post_upgrade
}

post_remove() {
  post_upgrade
}

# vim:set ts=2 sw=2 et: