summarylogtreecommitdiffstats
path: root/fs-uae-devel.install
diff options
context:
space:
mode:
Diffstat (limited to 'fs-uae-devel.install')
-rw-r--r--fs-uae-devel.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/fs-uae-devel.install b/fs-uae-devel.install
new file mode 100644
index 000000000000..e216754c7444
--- /dev/null
+++ b/fs-uae-devel.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}