summarylogtreecommitdiffstats
path: root/icecat.install
diff options
context:
space:
mode:
authorexkc2022-12-06 00:04:25 +0800
committerexkc2022-12-06 00:04:25 +0800
commit926d28aedd7cfcb2d980c7224e867b6073fb89b5 (patch)
tree8104b41654ea82e375953b9c8ce80ac331f90ec7 /icecat.install
downloadaur-926d28aedd7cfcb2d980c7224e867b6073fb89b5.tar.gz
firest
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 $*