summarylogtreecommitdiffstats
path: root/btcmonster-qt.install
diff options
context:
space:
mode:
authormetscoin2018-06-08 20:35:03 -0400
committermetscoin2018-06-08 20:35:03 -0400
commit1fde8b0eea9586e77ff7e7d3bc37f893ea6ad650 (patch)
tree0f51d18d137618bbad0c52ee9e9914e269c661b7 /btcmonster-qt.install
downloadaur-btcmonster-qt.tar.gz
Init btcmonster-qt repo
Diffstat (limited to 'btcmonster-qt.install')
-rw-r--r--btcmonster-qt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/btcmonster-qt.install b/btcmonster-qt.install
new file mode 100644
index 000000000000..f98ba7338938
--- /dev/null
+++ b/btcmonster-qt.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}