summarylogtreecommitdiffstats
path: root/freeminer.install
diff options
context:
space:
mode:
authorAlfredo Ramos2015-06-08 15:30:22 -0500
committerAlfredo Ramos2015-06-08 15:30:22 -0500
commitbb6faf411fde946fcc1f078d700f69a899bd5200 (patch)
treed6c970dfc74a15491f44974ae1755a19cd5e8a94 /freeminer.install
downloadaur-bb6faf411fde946fcc1f078d700f69a899bd5200.tar.gz
Migration
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