summarylogtreecommitdiffstats
path: root/osu-handler.install
diff options
context:
space:
mode:
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 "$@"
+}