summarylogtreecommitdiffstats
path: root/sim.install
diff options
context:
space:
mode:
Diffstat (limited to 'sim.install')
-rw-r--r--sim.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim.install b/sim.install
new file mode 100644
index 000000000000..c123f180eb7c
--- /dev/null
+++ b/sim.install
@@ -0,0 +1,8 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}