summarylogtreecommitdiffstats
path: root/manocoin-qt.install
diff options
context:
space:
mode:
authorMark Tompkins2018-06-17 19:14:30 -0400
committerMark Tompkins2018-06-17 19:14:30 -0400
commit98c40d05da552382ec0925d1250482ac6a7fdfd7 (patch)
tree7c63747ea039c14b4ecf6e9b468018d3c4a62d05 /manocoin-qt.install
downloadaur-98c40d05da552382ec0925d1250482ac6a7fdfd7.tar.gz
Init manocoin-qt repo
Diffstat (limited to 'manocoin-qt.install')
-rw-r--r--manocoin-qt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/manocoin-qt.install b/manocoin-qt.install
new file mode 100644
index 000000000000..f98ba7338938
--- /dev/null
+++ b/manocoin-qt.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}