summarylogtreecommitdiffstats
path: root/mcrecover.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-07-20 19:20:26 +0200
committerCarsten Teibes2014-07-20 19:20:26 +0200
commit2c8c8a15e6feffb2117c2286e88d4ca192bafa8a (patch)
tree9c0739c89f759a167b95b111018258a6081512bd /mcrecover.install
downloadaur-2c8c8a15e6feffb2117c2286e88d4ca192bafa8a.tar.gz
[add] mcrecover 0.2
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
+}