summarylogtreecommitdiffstats
path: root/seci-coin-qt.install
diff options
context:
space:
mode:
authormetscoin2018-09-06 18:19:30 -0400
committermetscoin2018-09-06 18:19:30 -0400
commit2484bebfa5655cc5f351d2e90370636cd20ddd62 (patch)
treebb26c8d78d888e321d66c98e740681f560fd9d5b /seci-coin-qt.install
downloadaur-seci-coin-qt.tar.gz
Init seci-coin-qt
Diffstat (limited to 'seci-coin-qt.install')
-rw-r--r--seci-coin-qt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/seci-coin-qt.install b/seci-coin-qt.install
new file mode 100644
index 000000000000..f98ba7338938
--- /dev/null
+++ b/seci-coin-qt.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}