summarylogtreecommitdiffstats
path: root/freeminer.install
diff options
context:
space:
mode:
Diffstat (limited to 'freeminer.install')
-rw-r--r--freeminer.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/freeminer.install b/freeminer.install
new file mode 100644
index 000000000000..e26f205245ac
--- /dev/null
+++ b/freeminer.install
@@ -0,0 +1,11 @@
+update_icon() {
+ xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_install() {
+ update_icon
+}
+
+post_upgrade() {
+ update_icon
+} \ No newline at end of file