summarylogtreecommitdiffstats
path: root/antimicro.install
diff options
context:
space:
mode:
Diffstat (limited to 'antimicro.install')
-rw-r--r--antimicro.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/antimicro.install b/antimicro.install
new file mode 100644
index 000000000000..b5cadcc4fd7e
--- /dev/null
+++ b/antimicro.install
@@ -0,0 +1,16 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+
+op=$1
+shift
+
+$op $*