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