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