summarylogtreecommitdiffstats
path: root/mcrecover.install
diff options
context:
space:
mode:
Diffstat (limited to 'mcrecover.install')
-rw-r--r--mcrecover.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcrecover.install b/mcrecover.install
new file mode 100644
index 000000000000..f8fc98f7996b
--- /dev/null
+++ b/mcrecover.install
@@ -0,0 +1,12 @@
+
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}