summaryrefslogtreecommitdiff
path: root/community/winegame/winegame.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/winegame/winegame.install')
-rw-r--r--community/winegame/winegame.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/winegame/winegame.install b/community/winegame/winegame.install
new file mode 100644
index 000000000..e85c7ac73
--- /dev/null
+++ b/community/winegame/winegame.install
@@ -0,0 +1,9 @@
+post_install () {
+ update-desktop-database -q
+}
+post_upgrade () {
+ post_install
+}
+post_removal () {
+ post_install
+}