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