updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / netbeans-es / netbeans.install
blobcc501a1b23ab0a9addcf3d0de1f526f8014d94b1
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11   update-desktop-database >/dev/null 2>&1
12   /bin/true
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 pre_upgrade() {
18   /bin/true
21 # arg 1:  the new package version
22 # arg 2:  the old package version
23 post_upgrade() {
24   update-desktop-database >/dev/null 2>&1
25   /bin/true
28 # arg 1:  the old package version
29 pre_remove() {
30   /bin/true
33 # arg 1:  the old package version
34 post_remove() {
35   update-desktop-database >/dev/null 2>&1
36   /bin/true