summarylogtreecommitdiffstats
path: root/zcoin-git.install
diff options
context:
space:
mode:
authorTimur Kiyivinski2016-10-15 17:00:13 +0800
committerTimur Kiyivinski2016-10-15 17:00:13 +0800
commit5a9ced33ea894710279e33606d8672f9b95516ba (patch)
tree34959adf6b295381156dbc58c39e45b7ea2ae77b /zcoin-git.install
downloadaur-5a9ced33ea894710279e33606d8672f9b95516ba.tar.gz
Initial AUR release
Diffstat (limited to 'zcoin-git.install')
-rw-r--r--zcoin-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/zcoin-git.install b/zcoin-git.install
new file mode 100644
index 000000000000..180778474ae1
--- /dev/null
+++ b/zcoin-git.install
@@ -0,0 +1,8 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}