summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorMike Swanson2016-06-08 00:16:06 -0700
committerMike Swanson2016-06-08 00:16:06 -0700
commitf484a53e9f7d501daf56d93db4156ce0343833c9 (patch)
tree7b4cfedd50481eed424db42bb4a8dc03bfe8c6b0 /wine.install
downloadaur-f484a53e9f7d501daf56d93db4156ce0343833c9.tar.gz
wine-stable 1.8.2
Diffstat (limited to 'wine.install')
-rw-r--r--wine.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/wine.install b/wine.install
new file mode 100644
index 000000000000..36928c2e90cf
--- /dev/null
+++ b/wine.install
@@ -0,0 +1,7 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}