summarylogtreecommitdiffstats
path: root/gurashot.install
diff options
context:
space:
mode:
authorMichiru Saito2018-07-22 00:30:27 +0900
committerMichiru Saito2018-07-22 00:30:27 +0900
commitad282fcba5d699c0ba1fe36db0fdae48c9ab99c7 (patch)
tree7c99131c599dfba6bc416d5dceefb9cf08ce50b7 /gurashot.install
downloadaur-ad282fcba5d699c0ba1fe36db0fdae48c9ab99c7.tar.gz
Initial import
Diffstat (limited to 'gurashot.install')
-rw-r--r--gurashot.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gurashot.install b/gurashot.install
new file mode 100644
index 000000000000..e202a5d0740e
--- /dev/null
+++ b/gurashot.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q /usr/share/applications
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}