summarylogtreecommitdiffstats
path: root/netbeans-php.install
diff options
context:
space:
mode:
Diffstat (limited to 'netbeans-php.install')
-rw-r--r--netbeans-php.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/netbeans-php.install b/netbeans-php.install
new file mode 100644
index 000000000000..d82eb2a27434
--- /dev/null
+++ b/netbeans-php.install
@@ -0,0 +1,15 @@
+post_install() {
+ update-desktop-database >/dev/null 2>&1
+}
+
+post_upgrade() {
+ update-desktop-database >/dev/null 2>&1
+}
+
+post_remove() {
+ update-desktop-database >/dev/null 2>&1
+}
+
+op=$1
+shift
+$op $*