summarylogtreecommitdiffstats
path: root/osu-handler.install
diff options
context:
space:
mode:
authorTorge Matthies2019-10-02 00:32:29 +0200
committerTorge Matthies2019-10-05 00:20:33 +0200
commit3f798d08c30e336de88b29935cbe7371a9421713 (patch)
treebfc893c04666ac56cf086dd51a38383b7e3f380a /osu-handler.install
downloadaur-3f798d08c30e336de88b29935cbe7371a9421713.tar.gz
Version 0.1-1
Diffstat (limited to 'osu-handler.install')
-rw-r--r--osu-handler.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/osu-handler.install b/osu-handler.install
new file mode 100644
index 000000000000..5728b2bc7ab0
--- /dev/null
+++ b/osu-handler.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install "$@"
+}
+
+post_remove() {
+ post_install "$@"
+}