summarylogtreecommitdiffstats
path: root/zcoin-git.install
diff options
context:
space:
mode:
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
+}