summarylogtreecommitdiffstats
path: root/icecat.install
diff options
context:
space:
mode:
Diffstat (limited to 'icecat.install')
-rw-r--r--icecat.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/icecat.install b/icecat.install
new file mode 100644
index 000000000000..7b344b320d66
--- /dev/null
+++ b/icecat.install
@@ -0,0 +1,18 @@
+post_install () {
+ update-desktop-database -q
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}
+
+#op=$1
+#shift
+
+#$op $*